Skip to content

Commit

Permalink
run Experimental test target on nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Apr 15, 2012
1 parent 640f6a0 commit c25a186
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ms-windows/osgeo4w/package-nightly.cmd
Expand Up @@ -133,8 +133,8 @@ echo ALL_BUILD: %DATE% %TIME%>>%LOG% 2>&1
if errorlevel 1 goto error

echo RUN_TESTS: %DATE% %TIME%>>%LOG% 2>&1
%DEVENV% qgis%VERSION%.sln /Project RUN_TESTS /Build %BUILDCONF% /Out %LOG%>>%LOG% 2>&1
if errorlevel 1 echo "TESTS WERE NOT SUCCESSFUL."
%DEVENV% qgis%VERSION%.sln /Project Experimental /Build %BUILDCONF% /Out %LOG%>>%LOG% 2>&1
REM if errorlevel 1 echo "TESTS WERE NOT SUCCESSFUL."

echo INSTALL: %DATE% %TIME%>>%LOG% 2>&1
%DEVENV% qgis%VERSION%.sln /Project INSTALL /Build %BUILDCONF% /Out %LOG%>>%LOG% 2>&1
Expand Down

0 comments on commit c25a186

Please sign in to comment.