Skip to content

Commit

Permalink
osgeo4w: try ALL_BUILD twice
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Apr 3, 2014
1 parent 6836a7d commit fff3710
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions ms-windows/osgeo4w/package-nightly.cmd
Expand Up @@ -187,6 +187,7 @@ if errorlevel 1 (echo "ZERO_CHECK failed" & goto error)

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

if not exist ..\skiptests (
Expand Down
3 changes: 2 additions & 1 deletion ms-windows/osgeo4w/package.cmd
Expand Up @@ -181,7 +181,8 @@ if errorlevel 1 (echo "ZERO_CHECK failed" & goto error)

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

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

Expand Down

0 comments on commit fff3710

Please sign in to comment.