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



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

    Test with Fedora image instead.

 .gitlab-ci.yml | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8032786170..fbf78ce701 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: debian:testing
+image: fedora:30
 
 stages:
   - gimp
@@ -29,20 +29,19 @@ cache:
     paths:
     - "${INSTALL_DIR}"
   before_script:
-    - apt-get update
-    - apt-get install --yes --no-install-recommends
-        bash
-        build-essential
+    - dnf install --assumeyes
+        automake
+        autoconf
+        meson
         cmake
-        ninja-build
-        ca-certificates
+        gcc
         git
-        mingw-w64
-        python-docutils
+        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
     - cd crossroad
@@ -52,6 +51,8 @@ cache:
 build-git-x86_64-w64-mingw32-meson:
   extends: .gimp-x86_64-w64-mingw32-base
   script:
+    - echo $SHELL
+    - export
     - crossroad --verbose w64 gimp --run="build/windows/crossbuild-gitlab-ci.sh"
   artifacts:
     name: "app-tests-logs-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"


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