diff options
author | Carlos Soriano <csoriano1618@gmail.com> | 2018-01-05 12:12:30 +0000 |
---|---|---|
committer | Carlos Soriano <csoriano1618@gmail.com> | 2018-01-05 12:12:30 +0000 |
commit | 2fff34b21ceb33c9f3811fce550221cd220b0702 (patch) | |
tree | 2059bab7ca0340c87989853ba63ec38478352614 /.gitlab-ci.yml | |
parent | 2d08aa9dc4aa6536b12dbbc465e9b39b67599251 (diff) | |
download | nautilus-2fff34b21ceb33c9f3811fce550221cd220b0702.tar.gz |
CI: Install meson from Fedora
Using a newer enough system there is no need to install from pip, that
seems was giving some issues.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4ef62da11..adc5c12ff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,12 +4,11 @@ stages: - build before_script: - - dnf install -y gcc gettext itstool redhat-rpm-config git + - dnf install -y gcc meson gettext itstool redhat-rpm-config git gtk3-devel gnome-autoar-devel gnome-desktop3-devel gobject-introspection-devel libselinux-devel libxml2-devel tracker-devel desktop-file-utils libgexiv2-devel - - pip3 install meson --user build-nautilus: stage: build |