summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorErnestas Kulik <ernestas.kulik@gmail.com>2018-07-10 15:34:21 +0000
committerErnestas Kulik <ernestas.kulik@gmail.com>2018-07-10 15:34:21 +0000
commit0b8353155a21766a45526840f70862d0a9a99cc8 (patch)
tree5e2e4379b3df223c6d61c08c28d130ae648e618c /.gitlab-ci.yml
parent48d9ac079b0a018c11d057828fcd0ff00f070f36 (diff)
downloadnautilus-0b8353155a21766a45526840f70862d0a9a99cc8.tar.gz
CI: Install libseccomp on Ubuntu and openSUSE
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a5f6dfc4d..3cbdda723 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -89,12 +89,14 @@ ubuntu:devel:
before_script:
# Ubuntu requires running update to fetch metadata and find packges
- apt update
+ - apt-get
- apt install -y gcc meson gettext itstool git libgtk-3-dev
libgnome-autoar-0-dev
gobject-introspection libxml2-dev
libtracker-control-2.0-dev desktop-file-utils libgexiv2-dev
libtracker-sparql-2.0-dev
libgirepository1.0-dev gsettings-desktop-schemas-dev
+ libseccomp-dev
<<: *distro_test
only:
- schedules
@@ -109,6 +111,7 @@ opensuse:tumbleweed:
gtk3-devel gnome-autoar-devel
gobject-introspection-devel libxml2-devel tracker-devel
desktop-file-utils libgexiv2-devel gsettings-desktop-schemas-devel
+ libseccomp-devel
<<: *distro_test
only:
- schedules