[gexiv2] Switch CI pipelines to fedora



commit b2c30f45618d4f203ccf5685a1b033fc4cd75268
Author: Jens Georg <mail jensge org>
Date:   Sun Nov 18 10:53:47 2018 +0000

    Switch CI pipelines to fedora

 .gitlab-ci.yml | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 64edd44..0807e67 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,11 +1,10 @@
-image: debian:unstable
+image: fedora:latest
 
 before_script:
-  - apt update -qq
-  - apt install -y -qq build-essential meson pkg-config gtk-doc-tools
-                       libxml2-utils gobject-introspection python-gi python3-gi
-                       libgirepository1.0-dev libglib2.0-dev libexiv2-dev valac
-                       lcov
+  - dnf update -y --nogpgcheck
+  - dnf install -y --nogpgcheck meson gcc-c++ exiv2-devel gobject-introspection-devel
+                                ninja-build python2-devel python2-gobject-base vala
+                                python3-devel python3-gobject-base
   - export LANG=C.UTF-8
 
 stages:
@@ -51,10 +50,10 @@ pages:
   only:
     - master
   script:
-    - meson -Denable-gtk-doc=true _build .
+    - meson -Dgtk_doc=true _build .
     - ninja -C _build test gexiv2-doc
     - mkdir -p public/
     - mv _build/docs/reference/html/ public/docs/
   artifacts:
     paths:
-      - public
\ No newline at end of file
+      - public


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