From 520c0c60916e0a82b349a510d3c71773a96b74ff Mon Sep 17 00:00:00 2001 From: Philip Top Date: Fri, 4 Aug 2023 17:45:45 -0700 Subject: [PATCH] test an arm64 build on azure (#914) add a ci job for arm 64 build on visual studio --- azure-pipelines.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1bb4d077..7206be09 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: