microsoft / DTrace-on-Windows

Code for the cross platform, single source, OpenDTrace implementation
Other
473 stars 42 forks source link

Set up CI and Component Governance with Azure Pipelines #33

Closed CodeMaxx closed 1 year ago

CodeMaxx commented 1 year ago

Sets up CI pipeline on Azure for DTrace.

The following steps are run:

  1. Powershell script to get external tools (WinFlexBison)
  2. MSBuild is run for x64 Release configurations
  3. Output files are copied and published
  4. Component Detection is run to detect OSS packages (and their dependencies)
CodeMaxx commented 1 year ago

Note: Pipeline only tries to compile x64 right now. Will add other architectures later if needed.