[gimp-help/wip/Jehan/ci-2-10-split] plop.



commit 11d506a10388db30dd4c21c4e469970e2181eec2
Author: Jehan <jehan girinstud io>
Date:   Thu Mar 17 21:53:03 2022 +0100

    plop.

 .gitlab-ci.yml                    | 3 ++-
 build/windows/installer/build.bat | 7 +------
 2 files changed, 3 insertions(+), 7 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f14b30e3f..48f72d743 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -112,6 +112,8 @@ win-installer:
   tags:
     - win32-ps
   stage: distribution
+  dependencies:
+    - www-debian
   artifacts:
     name: "${CI_JOB_NAME}-${CI_COMMIT_REF_SLUG}"
     when: always
@@ -122,4 +124,3 @@ win-installer:
   script:
     - C:\msys64\usr\bin\pacman --noconfirm -Syyuu
     - C:\msys64\usr\bin\bash -lc "bash -x ./build/windows/installer/installer-gimp-help-msys2.sh > 
installer.log 2>&1"
-  needs: []
diff --git a/build/windows/installer/build.bat b/build/windows/installer/build.bat
index a5436e0bc..9cb26a3ff 100644
--- a/build/windows/installer/build.bat
+++ b/build/windows/installer/build.bat
@@ -1,24 +1,19 @@
 @echo off
 if "%1"=="" goto help
 
-echo 1
 if [%INNOPATH%]==[] (
 FOR /F "usebackq tokens=5,* skip=2" %%A IN (`REG QUERY 
"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Uninstall\Inno Setup 6_is1" /v "Inno Setup: App 
Path" /reg:32`) DO set INNOPATH=%%B
 ) else (if [%INNOPATH%]==[] (
 FOR /F "usebackq tokens=5,* skip=2" %%A IN (`REG QUERY 
"HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\Inno Setup 6_is1" /v "Inno Setup: App Path" 
/reg:32`) DO set INNOPATH=%%B
 ))
-echo 2
 if not exist "%INNOPATH%\iscc.exe" goto noinno
-echo 3
 
 FOR /D %%l in (..\..\..\htdocs\2.10\*) DO if not "%l"=="..\..\..\htdocs\2.10\." (
     if not "%l"=="..\..\..\htdocs\2.10\.." (
-            echo %l
-            echo %%~nxl
+            echo Creating installer for %%~nxl
             start "" /LOW "%INNOPATH%\iscc.exe" "gimp-help.iss" /DVERSION="%1" /DLANG="%%~nxl]"
     )
 )
-echo 4
 goto end
 
 :help


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