aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2020-01-12 22:49:43 +0530
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2020-01-22 19:34:05 +0530
commitbd17c9ad4f75dde2dd65a06d7cba0dec7ee09c15 (patch)
treeae79cef2b92faae210f354b8b08e04242706d286 /azure-pipelines.yml
parentb293852d079f2ef873f757d72739e9e79195c1ec (diff)
downloadmeson-bd17c9ad4f75dde2dd65a06d7cba0dec7ee09c15.zip
meson-bd17c9ad4f75dde2dd65a06d7cba0dec7ee09c15.tar.gz
meson-bd17c9ad4f75dde2dd65a06d7cba0dec7ee09c15.tar.bz2
tests: Add a unit test for checksums
Adds a CI dependency on the `pefile` python module.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index b7f2a77..cb44159 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -124,8 +124,8 @@ jobs:
displayName: Install Dependencies
- script: |
set PATH=%CYGWIN_ROOT%\bin;%SYSTEMROOT%\system32
- env.exe -- python3 -m pip --disable-pip-version-check install pytest-xdist
- displayName: pip install pytest-xdist
+ env.exe -- python3 -m pip --disable-pip-version-check install pefile pytest-xdist
+ displayName: pip install pefile pytest-xdist
- script: |
set BOOST_ROOT=
set PATH=%CYGWIN_ROOT%\bin;%SYSTEMROOT%\system32
@@ -188,7 +188,9 @@ jobs:
mingw-w64-$(MSYS2_ARCH)-python2 ^
mingw-w64-$(MSYS2_ARCH)-python3 ^
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"
displayName: Install Dependencies
- powershell: |
# https://github.com/mesonbuild/meson/issues/5807