[gimp/wip/Jehan/incremental-win-installer-improvements] Test: drop Lua temporarily.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/wip/Jehan/incremental-win-installer-improvements] Test: drop Lua temporarily.
- Date: Tue, 18 May 2021 20:11:48 +0000 (UTC)
commit e1efcaf91c21e46eece5cd6e48b02eeb14a50bde
Author: Jehan <jehan girinstud io>
Date: Tue May 18 22:11:27 2021 +0200
Test: drop Lua temporarily.
.gitlab-ci.yml | 1 +
build/windows/installer/compile.bat | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a513a8da75..b5bf3d55a3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -286,6 +286,7 @@ gimp-win64-native:
expire_in: 1 day
paths:
- _install-w64
+ - _build-w64
- build/windows/installer/lang/
cache:
paths:
diff --git a/build/windows/installer/compile.bat b/build/windows/installer/compile.bat
index bc115f7110..84a15ae17b 100755
--- a/build/windows/installer/compile.bat
+++ b/build/windows/installer/compile.bat
@@ -34,7 +34,7 @@ shift
goto doparams
:paramsdone
-"%INNOPATH%\iscc.exe" -DVERSION="%VER%" -DGIMP_DIR="%GIMP_BASE%" -DDIR32="%GIMP32%" -DDIR64="%GIMP64%"
-DDEPS_DIR="%DEPS_BASE%" -DDDIR32="%DEPS32%" -DDDIR64="%DEPS64%" -DDEBUG_SYMBOLS -DPYTHON -DLUA %PARAMS%
gimp3264.iss
+"%INNOPATH%\iscc.exe" -DVERSION="%VER%" -DGIMP_DIR="%GIMP_BASE%" -DDIR32="%GIMP32%" -DDIR64="%GIMP64%"
-DDEPS_DIR="%DEPS_BASE%" -DDDIR32="%DEPS32%" -DDDIR64="%DEPS64%" -DDEBUG_SYMBOLS -DPYTHON %PARAMS%
gimp3264.iss
goto :eof
:help
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]