[gexiv2/wip/fix-ci] ci: Switch to fedora because of exiv2 0.26



commit b578fc24c6d3725e22a3111075fa4d3acec8141e
Author: Jens Georg <mail jensge org>
Date:   Sun Nov 18 11:39:38 2018 +0100

    ci: Switch to fedora because of exiv2 0.26

 .gitlab-ci.yml | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 64edd44..154f95e 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 pyhton2-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]