Skip to content

Commit fff3710

Browse files
committedApr 3, 2014
osgeo4w: try ALL_BUILD twice
1 parent 6836a7d commit fff3710

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎ms-windows/osgeo4w/package-nightly.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ if errorlevel 1 (echo "ZERO_CHECK failed" & goto error)
187187

188188
echo ALL_BUILD: %DATE% %TIME%>>%LOG% 2>&1
189189
%DEVENV% qgis%VERSION%.sln /Project ALL_BUILD /Build %BUILDCONF% /Out %LOG%>>%LOG% 2>&1
190+
if errorlevel 1 %DEVENV% qgis%VERSION%.sln /Project ALL_BUILD /Build %BUILDCONF% /Out %LOG%>>%LOG% 2>&1
190191
if errorlevel 1 (echo "ALL_BUILD failed" & goto error)
191192

192193
if not exist ..\skiptests (

‎ms-windows/osgeo4w/package.cmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ if errorlevel 1 (echo "ZERO_CHECK failed" & goto error)
181181

182182
echo ALL_BUILD: %DATE% %TIME%>>%LOG% 2>&1
183183
%DEVENV% qgis%VERSION%.sln /Project ALL_BUILD /Build %BUILDCONF% /Out %LOG%>>%LOG% 2>&1
184-
if errorlevel 1 (echo "ALL_BUILD failed" & goto error)
184+
if errorlevel 1 %DEVENV% qgis%VERSION%.sln /Project ALL_BUILD /Build %BUILDCONF% /Out %LOG%>>%LOG% 2>&1
185+
if errorlevel 1 (echo "ALL_BUILD failed twice" & goto error)
185186

186187
set PKGDIR=%OSGEO4W_ROOT%\apps\%PACKAGENAME%
187188

0 commit comments

Comments
 (0)
Please sign in to comment.