diff options
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 5 |
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 |