[gimp/wip/schumaml/crossraods-optimization: 24/57] gitlab-ci: try to override crossroad's --prefix
- From: Michael Schumacher <schumaml src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/wip/schumaml/crossraods-optimization: 24/57] gitlab-ci: try to override crossroad's --prefix
- Date: Mon, 7 Dec 2020 18:36:11 +0000 (UTC)
commit fcf4766f254dede26ca13ca6df25d96ac4f96862
Author: Michael Schumacher <schumaml gmx de>
Date: Tue Dec 1 21:37:22 2020 +0100
gitlab-ci: try to override crossroad's --prefix
.gitlab-ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a76d84a95f..c3d8b1e3d9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -214,11 +214,11 @@ deps-win64:
- git clone --depth 1 https://gitlab.gnome.org/GNOME/babl.git
- git clone --depth 1 https://gitlab.gnome.org/GNOME/gegl.git
- cd babl
- - echo "crossroad meson _build/ -Denable-gir=false -Dlibdir=lib -Dprefix=$PREFIX" | crossroad w64 gimp
--run="-"
+ - echo "crossroad meson _build/ -Denable-gir=false -Dlibdir=lib --prefix=$PREFIX" | crossroad w64 gimp
--run="-"
- echo 'ninja -C _build install' | crossroad w64 gimp --run="-"
- cd ..
- cd gegl
- - echo "crossroad meson _build/ -Dintrospection=false -Dsdl2=disabled -Dlibdir=lib' -Dprefix=$PREFIX" |
crossroad w64 gimp --run="-"
+ - echo "crossroad meson _build/ -Dintrospection=false -Dsdl2=disabled -Dlibdir=lib' --prefix=$PREFIX" |
crossroad w64 gimp --run="-"
- echo 'ninja -C _build install' | crossroad w64 gimp --run="-"
- cd ..
artifacts:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]