summaryrefslogtreecommitdiff
path: root/.github/scripts
AgeCommit message (Collapse)Author
2024-01-14Bug 45018002: WDK: Samples - Sample not build by PR workflow if exclusion is ↵JakobL-MSFT
removed (#1073) user/jakobl/full_build_trigger_by_exclusions_csv
2023-06-29Add configuration filter to exclusion list (#1001)Adonais Romero González
2023-06-15Generate and provide overview reports (#993)Adonais Romero González
2023-05-01Build all samples on PRs with changes to scripts/workflows (#981)Adonais Romero González
Now whenever a change in a script or workflow is detected when running the PR workflow, a full build will be triggered. Updated changed-files action as well to remove warning about deprecated actions being used + general improvements.
2023-01-30Build scripts update (#844)Adonais Romero González
--------- Co-authored-by: Jakob Lichtenberg (170957) <[email protected]>
2022-09-06Miscellaneous build scripts fixes (#779)Adonais Romero González
Fix actions: escape emoji characters; add small validations to build scripts
2022-08-26Add CI workflows for building and validating driver samples (#775)Adonais Romero González
* Add scripts to build a set of samples, as well as individual solution folders. * Add GitHub workflows to use these scripts and build all samples on push and changed samples on pull request. For now samples will be built under Windows 2019 but eventually workflow will be moved to run under Windows 2022.