[gimp/wip/Jehan/CI-Windows] Trying to install mingw-w64-gcc (again).
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/wip/Jehan/CI-Windows] Trying to install mingw-w64-gcc (again).
- Date: Wed, 25 Sep 2019 14:40:18 +0000 (UTC)
commit 12d4060acfa848e0ad39a9ae03130a7931545892
Author: Jehan <jehan girinstud io>
Date: Wed Sep 25 16:31:09 2019 +0200
Trying to install mingw-w64-gcc (again).
Is that seriously how you install a package as common as a C
cross-compiler for Windows in Arch?!
.gitlab-ci.yml | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 029461806a..6952dd5bb1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -36,6 +36,10 @@ cache:
base-devel
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
build-git-x86_64-w64-mingw32-meson:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]