mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-03 14:03:52 +00:00
test an arm64 build on azure (#914)
add a ci job for arm 64 build on visual studio
This commit is contained in:
parent
9cd989087d
commit
520c0c6091
@ -9,7 +9,6 @@ trigger:
|
|||||||
|
|
||||||
pr:
|
pr:
|
||||||
- main
|
- main
|
||||||
- "v*"
|
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
cli11.single: ON
|
cli11.single: ON
|
||||||
@ -28,6 +27,20 @@ jobs:
|
|||||||
- bash: cpplint --counting=detailed --recursive examples include/CLI tests
|
- bash: cpplint --counting=detailed --recursive examples include/CLI tests
|
||||||
displayName: Checking against google style guide
|
displayName: Checking against google style guide
|
||||||
|
|
||||||
|
- job: build_only
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
visual_studio_arm64:
|
||||||
|
vmImage: "windows-2022"
|
||||||
|
cli11.std: 17
|
||||||
|
cli11.build_type: Debug
|
||||||
|
cli11.options: -G "Visual Studio 17 2022" -A ARM64
|
||||||
|
pool:
|
||||||
|
vmImage: $(vmImage)
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- template: .ci/azure-build.yml
|
||||||
|
|
||||||
- job: Native
|
- job: Native
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user