[gimp/wip/Jehan/native-win64-build: 2/2] PLOP.




commit 31788edfe4df8b6c5bb9ba2f1951f272f99ea60d
Author: Jehan <jehan girinstud io>
Date:   Tue May 4 22:06:18 2021 +0200

    PLOP.

 .gitlab-ci.yml               | 2 ++
 build/windows/build-msys2.sh | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 467088d223..b107c8b9c9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -196,6 +196,8 @@ gimp-native-win64:
   script:
     - C:\msys64\usr\bin\pacman --noconfirm -Syyuu
     - C:\msys64\usr\bin\bash -lc "bash -x ./build/windows/build-msys2.sh"
+    - ls
+    - pwd
   artifacts:
     name: "GIMP-Win-native-${CI_COMMIT_SHORT_SHA}"
     when: always
diff --git a/build/windows/build-msys2.sh b/build/windows/build-msys2.sh
index 90a66adee5..091dd0ae8f 100644
--- a/build/windows/build-msys2.sh
+++ b/build/windows/build-msys2.sh
@@ -76,7 +76,7 @@ pacman --noconfirm -S --needed \
     mingw-w64-$MSYS2_ARCH-xpm-nox
 
 export GIT_DEPTH=1
-export GIMP_PREFIX=`realpath ~/_install`
+export GIMP_PREFIX=`realpath ./_install`
 export PATH="$GIMP_PREFIX/bin:$PATH"
 export PKG_CONFIG_PATH="${GIMP_PREFIX}/lib/pkgconfig:$PKG_CONFIG_PATH"
 export PKG_CONFIG_PATH="${GIMP_PREFIX}/share/pkgconfig:$PKG_CONFIG_PATH"


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