ci: Add GObject introspection packages
authorNiels De Graef <nielsdegraef@gmail.com>
Mon, 5 Aug 2019 20:09:21 +0000 (22:09 +0200)
committerØyvind Kolås <pippin@gimp.org>
Tue, 6 Aug 2019 18:34:20 +0000 (20:34 +0200)
We added GObject introspection in the previous commits, so we need to
make sure the correct binaries are installed for this.

.gitlab-ci.yml

index 61eb2eb48cefd83696d59081b35e864f040f0e93..ded27742670121f05d19e2b6bff4e0d6d9d53e1e 100644 (file)
@@ -9,6 +9,7 @@ cache:
     - pacman -Syu --noconfirm --needed --cachedir `pwd`/_pacman_cache
         base-devel
         git
+        gobject-introspection
         ${EXTRA_PKGS}
 
 .meson-build: