diff options
| author | JakobL-MSFT <[email protected]> | 2023-02-07 15:36:48 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-02-07 15:36:48 -0800 |
| commit | 208b227667182dfcd7bdf3ab4f5090aa823cf477 (patch) | |
| tree | 1b7d8ad37d67108ef7225b66eed00030f581584d /Building-Locally.md | |
| parent | 9ab70a3207b3586eeef00298911b05e425d5a3a9 (diff) | |
Enable CodeQL to work thru reasonable workarounds. (#857)
Diffstat (limited to 'Building-Locally.md')
| -rw-r--r-- | Building-Locally.md | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Building-Locally.md b/Building-Locally.md index 294ecae8..8f62a609 100644 --- a/Building-Locally.md +++ b/Building-Locally.md @@ -15,10 +15,7 @@ You can also just download and mount the EWDK as well and in the following examp * Mount ISO image * Open a terminal * `.\LaunchBuildEnv` - * `set PLATFORM=` - -Note: The last command to clear the PLATFORM variable is added so as to allow the next part to iterate over all platforms automatically without having to add explicit arguments. - + ## Step 3: Clone Windows Driver Samples and checkout main branch ``` @@ -33,12 +30,12 @@ cd Windows-driver-samples pwsh .\Build-AllSamples ``` -Above builds all samples for all configurations and archictures. +Above builds all samples for all configurations and platforms. You can refine, for example as follows: ``` pwsh -.\Build-AllSamples -Samples 'tools.' -Configurations 'Debug','Release' -Platforms 'x64','arm64' -LogFilesDirectory .\_logs +.\Build-AllSamples -Samples '^tools.' -Configurations 'Debug','Release' -Platforms 'x64','arm64' ``` Expected output: |
