aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2023-02-16 12:14:21 -0500
committerXavier Claessens <xclaesse@gmail.com>2023-02-20 09:58:34 -0500
commit2fd39dc2b08a0d60471e13a2ed3216486be738cf (patch)
tree6afb8378c479b91e71700fd0a77472d859d1be31 /azure-pipelines.yml
parentba1737cb66c97e1d3256f626ab7e360798376e9d (diff)
downloadmeson-2fd39dc2b08a0d60471e13a2ed3216486be738cf.zip
meson-2fd39dc2b08a0d60471e13a2ed3216486be738cf.tar.gz
meson-2fd39dc2b08a0d60471e13a2ed3216486be738cf.tar.bz2
ci: Install NASM on MSVC jobs
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index ba5b28e..33dad3f 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -94,6 +94,8 @@ jobs:
- bash: ci/intel-scripts/cache_exclude_windows.sh
displayName: exclude unused files from cache
condition: and(ne(variables.CACHE_RESTORED, 'true'), eq(variables.ifort, 'true'))
+ - script: choco install -y nasm
+ displayName: install NASM
- task: UsePythonVersion@0
inputs:
versionSpec: '3.7'