diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1bb4d0771..7206be09c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,7 +9,6 @@ trigger: pr: - main - - "v*" variables: cli11.single: ON @@ -28,6 +27,20 @@ jobs: - bash: cpplint --counting=detailed --recursive examples include/CLI tests 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 strategy: matrix: