diff options
author | Cary Converse <cconverse711@gmail.com> | 2020-06-02 14:38:36 -0400 |
---|---|---|
committer | Cary Converse <cconverse711@gmail.com> | 2020-06-17 23:03:45 -0400 |
commit | f3e2e4c63ee75413501856fb026d478f82ddef0d (patch) | |
tree | 6b4d7b1b202b7699642dd94eeb38a6687ee972e2 | |
parent | 5bb7f743fd94d28d48a30551302c3afbd9e9ab7c (diff) | |
download | meson-f3e2e4c63ee75413501856fb026d478f82ddef0d.zip meson-f3e2e4c63ee75413501856fb026d478f82ddef0d.tar.gz meson-f3e2e4c63ee75413501856fb026d478f82ddef0d.tar.bz2 |
add missing gcovr dependencies for msys2 ci
-rw-r--r-- | azure-pipelines.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3be1975..45d85b7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -177,6 +177,7 @@ jobs: mingw-w64-$(MSYS2_ARCH)-pkg-config ^ mingw-w64-$(MSYS2_ARCH)-python2 ^ mingw-w64-$(MSYS2_ARCH)-python3 ^ + mingw-w64-$(MSYS2_ARCH)-python3-lxml ^ mingw-w64-$(MSYS2_ARCH)-python3-setuptools ^ mingw-w64-$(MSYS2_ARCH)-python3-pip ^ %TOOLCHAIN% |