Skip to content

Commit

Permalink
add arm64 build only test to the pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
phlptp committed Aug 4, 2023
1 parent 0ba1c69 commit 7a24930
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ trigger:

pr:
- main
- "v*"

variables:
cli11.single: ON
Expand All @@ -28,10 +27,10 @@ jobs:
- bash: cpplint --counting=detailed --recursive examples include/CLI tests
displayName: Checking against google style guide

- job: msvc_arm64
- job: build_only
strategy:
matrix:
vs_arm64:
visual_studio_arm64:
vmImage: "windows-2022"
cli11.std: 17
cli11.build_type: Debug
Expand Down

0 comments on commit 7a24930

Please sign in to comment.