aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2020-03-20 14:45:14 -0700
committerDylan Baker <dylan@pnwbakers.com>2020-04-17 10:49:08 -0700
commit91050e0c7c4920d9e793e0b911f8f3255b4d0e3e (patch)
treead8c5e7b05ab148d16943ffc4e6c170de2852f67 /azure-pipelines.yml
parenta3f39fde1bca9993450535fa738b5c1820522c0f (diff)
downloadmeson-91050e0c7c4920d9e793e0b911f8f3255b4d0e3e.zip
meson-91050e0c7c4920d9e793e0b911f8f3255b4d0e3e.tar.gz
meson-91050e0c7c4920d9e793e0b911f8f3255b4d0e3e.tar.bz2
ci: Add python-jsonschema
Which is used to validate the json schema files in the various test directories in a unit test.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index ad0b6ae..066f1a5 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -100,8 +100,8 @@ jobs:
displayName: Install Dependencies
- script: |
set PATH=%CYGWIN_ROOT%\bin;%SYSTEMROOT%\system32
- env.exe -- python3 -m pip --disable-pip-version-check install pefile pytest-xdist
- displayName: pip install pefile pytest-xdist
+ env.exe -- python3 -m pip --disable-pip-version-check install pefile pytest-xdist jsonschema
+ displayName: pip install pefile pytest-xdist jsonschema
- script: |
set BOOST_ROOT=
set PATH=%CYGWIN_ROOT%\bin;%SYSTEMROOT%\system32
@@ -169,7 +169,7 @@ jobs:
mingw-w64-$(MSYS2_ARCH)-python3-setuptools ^
mingw-w64-$(MSYS2_ARCH)-python3-pip ^
%TOOLCHAIN%
- %MSYS2_ROOT%\usr\bin\bash -lc "python3 -m pip --disable-pip-version-check install pefile"
+ %MSYS2_ROOT%\usr\bin\bash -lc "python3 -m pip --disable-pip-version-check install pefile jsonschema"
displayName: Install Dependencies
- script: |
set BOOST_ROOT=