[polari/ci: 7/7] ci: Minor cleanup



commit d016eb37c1723ce765c9cfd9afdab39238632560
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Oct 19 07:49:38 2017 +0200

    ci: Minor cleanup
    
    ninja-build is already a dependency of meson, so no need to list it
    explicitly

 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dc2f35f..7634c26 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,9 +4,9 @@ stages:
  - build
 
 before_script:
-  - dnf install -y gcc meson ninja-build redhat-rpm-config gettext itstool
-                   gtk3-devel gjs-devel gobject-introspection-devel
-                   telepathy-glib-devel libappstream-glib desktop-file-utils
+  - dnf install -y gcc meson redhat-rpm-config gettext itstool gtk3-devel
+                   gjs-devel gobject-introspection-devel telepathy-glib-devel
+                   libappstream-glib desktop-file-utils
 
 build-polari:
   stage: build


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]