CI: Install graphviz using APT
authorAdrian Perez de Castro <aperez@igalia.com>
Tue, 6 Aug 2019 20:55:22 +0000 (23:55 +0300)
committerRan Benita <ran234@gmail.com>
Fri, 9 Aug 2019 20:01:27 +0000 (23:01 +0300)
This adds the missing graphviz dependency, from which Doxygen uses
"dot" to create diagrams for the documentation. Also, the meson
dependency is removed as it is installed using Pip, and ninja-build
added.

.azure-pipelines/steps/dependencies-linux.yml

index c572cc6..78f59a6 100644 (file)
@@ -8,6 +8,6 @@ steps:
       python -m pip install --upgrade pip meson
       sudo apt update -y
       sudo env DEBIAN_FRONTEND=noninteractive apt install -y \
-        xutils-dev doxygen libxcb-xkb-dev valgrind meson libwayland-dev \
-        wayland-protocols bison valgrind
+        xutils-dev doxygen libxcb-xkb-dev valgrind ninja-build \
+        libwayland-dev wayland-protocols bison graphviz
     displayName: 'Dependencies (GNU/Linux)'