File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ if errorlevel 1 (echo "ZERO_CHECK failed" & goto error)
187
187
188
188
echo ALL_BUILD: %DATE% %TIME% >> %LOG% 2 >& 1
189
189
%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
190
191
if errorlevel 1 (echo " ALL_BUILD failed" & goto error)
191
192
192
193
if not exist ..\skiptests (
Original file line number Diff line number Diff line change @@ -181,7 +181,8 @@ if errorlevel 1 (echo "ZERO_CHECK failed" & goto error)
181
181
182
182
echo ALL_BUILD: %DATE% %TIME% >> %LOG% 2 >& 1
183
183
%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)
185
186
186
187
set PKGDIR = %OSGEO4W_ROOT% \apps\%PACKAGENAME%
187
188
You can’t perform that action at this time.
0 commit comments