[gimp/wip/schumaml/crossraods-optimization: 61/76] gitlab-ci: for some reason, this pkg-config debugging makes the actual checks work...




commit c919eadadbe1514767575b53edd1e98efe798a34
Author: Michael Schumacher <schumaml gmx de>
Date:   Fri Dec 4 22:09:29 2020 +0100

    gitlab-ci: for some reason, this pkg-config debugging makes the actual checks work...

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ad77fd3372..c268d098c7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -324,6 +324,7 @@ gimp-win32:
     - export LD_LIBRARY_PATH="$PREFIX/lib/:$PREFIX/lib:$LD_LIBRARY_PATH"
     - export XDG_DATA_DIRS="$PREFIX/share/:$XDG_DATA_DIRS"
   script:
+    - echo 'pkg-config --debug --list-all > $PREFIX/pkgconfig.txt 2>&1'  | crossroad w32 gimp --run="-"
     - echo 'crossroad meson _build -Dwmf=disabled  -Dgtk-doc=false --prefix=$PREFIX' | crossroad w32 gimp 
--run="-"
     - echo 'ninja -C _build install' | crossroad w32 gimp --run="-"
 #            cp -fr $CROSSROAD_PREFIX/ ../gimp-prefix/


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