[gimp/wip/Jehan/CI-Windows] Test with Fedora image instead.



commit 87795e02013294a6eaa08be613b03c6bd71b87b2
Author: Jehan <jehan girinstud io>
Date:   Thu Sep 26 02:22:31 2019 +0200

    Test with Fedora image instead.

 .gitlab-ci.yml | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8032786170..39b49ac4ae 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: debian:testing
+image: fedora:30
 
 stages:
   - gimp
@@ -29,19 +29,18 @@ cache:
     paths:
     - "${INSTALL_DIR}"
   before_script:
-    - apt-get update
-    - apt-get install --yes --no-install-recommends
-        bash
-        build-essential
+    - dnf install
+        automake
+        autoconf
+        meson
         cmake
-        ninja-build
-        ca-certificates
-        git
-        mingw-w64
-        python-docutils
+        gcc
+        mingw64-gcc
+        mingw64-gcc-c++
+        mingw64-binutils
+        python3-docutils
         python3-pip
         python3-setuptools
-    - pip3 install wheel
     - echo $SHELL
     #- pip3 install crossroad
     - git clone git://git.tuxfamily.org/gitroot/crossroad/crossroad.git


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