diff options
author | Cary Converse <cconverse711@gmail.com> | 2020-06-02 14:22:23 -0400 |
---|---|---|
committer | Cary Converse <cconverse711@gmail.com> | 2020-06-17 23:03:25 -0400 |
commit | 5bb7f743fd94d28d48a30551302c3afbd9e9ab7c (patch) | |
tree | 8b8036375ff34a7903f3aee0125325ecd1885295 | |
parent | a198e5d191820fda9142d248cd5d134e5f2a5b93 (diff) | |
download | meson-5bb7f743fd94d28d48a30551302c3afbd9e9ab7c.zip meson-5bb7f743fd94d28d48a30551302c3afbd9e9ab7c.tar.gz meson-5bb7f743fd94d28d48a30551302c3afbd9e9ab7c.tar.bz2 |
add missing gcovr dependencies for cygwin ci
-rw-r--r-- | azure-pipelines.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3822110..3be1975 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -92,9 +92,14 @@ jobs: librhash0,^ libuv1,^ libxml2,^ + libxml2-devel,^ + libxslt,^ + libxslt-devel,^ ninja,^ python2-devel,^ python3-devel,^ + python3-libxml2,^ + python3-libxslt,^ python36-pip,^ vala,^ wget,^ |