aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorCary Converse <converse@battelle.org>2020-03-29 11:28:02 -0400
committerCary Converse <cconverse711@gmail.com>2020-06-17 23:02:50 -0400
commita198e5d191820fda9142d248cd5d134e5f2a5b93 (patch)
tree3bd671071afd17576389af351e26d33d9544406a /azure-pipelines.yml
parent804cefc94cd334fccccdf3015eb0b3f589f87515 (diff)
downloadmeson-a198e5d191820fda9142d248cd5d134e5f2a5b93.zip
meson-a198e5d191820fda9142d248cd5d134e5f2a5b93.tar.gz
meson-a198e5d191820fda9142d248cd5d134e5f2a5b93.tar.bz2
coverage: llvm-cov support
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 0408342..3822110 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -91,6 +91,7 @@ jobs:
libjsoncpp19,^
librhash0,^
libuv1,^
+ libxml2,^
ninja,^
python2-devel,^
python3-devel,^
@@ -102,8 +103,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 jsonschema
- displayName: pip install pefile pytest-xdist jsonschema
+ env.exe -- python3 -m pip --disable-pip-version-check install gcovr pefile pytest-xdist jsonschema
+ displayName: pip install gcovr pefile pytest-xdist jsonschema
- script: |
set BOOST_ROOT=
set PATH=%CYGWIN_ROOT%\bin;%SYSTEMROOT%\system32
@@ -165,6 +166,8 @@ jobs:
git ^
mercurial ^
mingw-w64-$(MSYS2_ARCH)-cmake ^
+ mingw-w64-$(MSYS2_ARCH)-lcov ^
+ mingw-w64-$(MSYS2_ARCH)-libxml2 ^
mingw-w64-$(MSYS2_ARCH)-ninja ^
mingw-w64-$(MSYS2_ARCH)-pkg-config ^
mingw-w64-$(MSYS2_ARCH)-python2 ^
@@ -172,7 +175,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 jsonschema"
+ %MSYS2_ROOT%\usr\bin\bash -lc "python3 -m pip --disable-pip-version-check install gcovr jsonschema pefile"
displayName: Install Dependencies
- script: |
set BOOST_ROOT=