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



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

    Test with Fedora image instead.

 .gitlab-ci.yml | 28 ++++++++++++++++------------
 1 file changed, 16 insertions(+), 12 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8032786170..05a82daf4b 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,7 +51,12 @@ cache:
 build-git-x86_64-w64-mingw32-meson:
   extends: .gimp-x86_64-w64-mingw32-base
   script:
-    - crossroad --verbose w64 gimp --run="build/windows/crossbuild-gitlab-ci.sh"
+    - echo $SHELL
+    - pwd
+    - export
+    - cat build/windows/crossbuild-gitlab-ci.sh
+    - cat /usr/local/share/crossroad/scripts/shells/bash/bashrc.w64
+    - crossroad --verbose w64 gimp --run=build/windows/crossbuild-gitlab-ci.sh
   artifacts:
     name: "app-tests-logs-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
     when: on_failure


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