From 6a56291a2a7dc5ea1443f29f3715c7491152f034 Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Tue, 4 Dec 2018 20:12:20 +0000 Subject: Add a test run of MSVC ARM64 cross on Windows x64 Add a cross-file for MSVC UWP ARM64. Bump cidata tag to get an updated install.ps1 script (run by run.ps1) which sets the vcvars environment correctly when cross-compiling. Since arranging the correct environment for simultaneous cross and native 'cl' use is hard, this is test run uses '--cross-only' so we don't require a native compiler. Extend '--cross-only' so it also explicitly uses a machine file which makes all build machine compilers unusable. --- azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1ff542a..e4fe8b6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -56,6 +56,11 @@ jobs: arch: x64 compiler: msvc2019 backend: vs2019 + vc2019arm64ninjacross: + arch: arm64 + compiler: msvc2019 + backend: ninja + extraargs: --cross arm64cl.txt --cross-only steps: - task: UsePythonVersion@0 -- cgit v1.1