aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2018-12-04 20:12:20 +0000
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2020-09-11 20:45:09 +0000
commit6a56291a2a7dc5ea1443f29f3715c7491152f034 (patch)
tree0c53e53a9b5ec4955699dc806690669467cc6d40 /azure-pipelines.yml
parenta908404e6d2380ae6b10c290d1870ac6ede2965a (diff)
downloadmeson-6a56291a2a7dc5ea1443f29f3715c7491152f034.zip
meson-6a56291a2a7dc5ea1443f29f3715c7491152f034.tar.gz
meson-6a56291a2a7dc5ea1443f29f3715c7491152f034.tar.bz2
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.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml5
1 files changed, 5 insertions, 0 deletions
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