[gimp/wip/Jehan/CI-Windows] Move to Debian testing (TODO: will be rebased).



commit c661610532b57cf8d5d8363db77999679703739c
Author: Jehan <jehan girinstud io>
Date:   Wed Sep 25 21:43:55 2019 +0200

    Move to Debian testing (TODO: will be rebased).

 .gitlab-ci.yml | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 438bef546c..19f4c510e6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,21 +29,23 @@ cache:
     paths:
     - "${INSTALL_DIR}"
   before_script:
-    - pacman -Syu --noconfirm --needed --cachedir "${PACMAN_CACHE}"
+    - apt-get update
+    - apt-get install --yes --no-install-recommends
+        build-essential
+        cmake
+        ninja-build
+        ca-certificates
         git
-        base-devel
+        mingw-w64
         python-docutils
-        python-pip
-    - curl https://aur.archlinux.org/cgit/aur.git/snapshot/mingw-w64-gcc.tar.gz --output mingw-w64-gcc.tar.gz
-    - tar xzf mingw-w64-gcc.tar.gz
-    - cd mingw-w64-gcc
-    - makepkg -si
+        python3-pip
+        python3-setuptools
     - pip3 install crossroad
 
 build-git-x86_64-w64-mingw32-meson:
   extends: .gimp-x86_64-w64-mingw32-base
   script:
-    - crossroad w64 gimp --run="build/windows/crossbuild-gitlab-ci.sh"
+    - bash -c 'crossroad 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]