[gimp/wip/Jehan/CI-Windows] Move to Debian testing (TODO: will be rebased).
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/wip/Jehan/CI-Windows] Move to Debian testing (TODO: will be rebased).
- Date: Wed, 25 Sep 2019 23:49:40 +0000 (UTC)
commit 50d0a6083b2e38029049c109556d1990fe282565
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 | 27 ++++++++++++++++++---------
1 file changed, 18 insertions(+), 9 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 438bef546c..8032786170 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,21 +29,30 @@ cache:
paths:
- "${INSTALL_DIR}"
before_script:
- - pacman -Syu --noconfirm --needed --cachedir "${PACMAN_CACHE}"
+ - apt-get update
+ - apt-get install --yes --no-install-recommends
+ bash
+ 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
- - pip3 install crossroad
+ python3-pip
+ python3-setuptools
+ - pip3 install wheel
+ - echo $SHELL
+ #- pip3 install crossroad
+ - git clone git://git.tuxfamily.org/gitroot/crossroad/crossroad.git
+ - cd crossroad
+ - ./setup.py install
+ - cd ..
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"
+ - 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]