Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
osgeo4w: restore running Nightly for tests (followup 51a7317)
  • Loading branch information
jef-n committed Apr 21, 2015
1 parent 774e5d3 commit dec0ca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ms-windows/osgeo4w/package-nightly.cmd
Expand Up @@ -150,7 +150,7 @@ set LIB=%LIB%;%OSGEO4W_ROOT%\lib
set INCLUDE=%INCLUDE%;%OSGEO4W_ROOT%\include

cmake %CMAKE_OPT% ^
-D BUILDNAME="%VERSION%-Nightly-VC10-%ARCH%" ^
-D BUILDNAME="%PACKAGE%-%VERSION%-Nightly-VC10-%ARCH%" ^
-D SITE="qgis.org" ^
-D PEDANTIC=TRUE ^
-D WITH_QSPATIALITE=TRUE ^
Expand Down Expand Up @@ -208,7 +208,7 @@ for %%g IN (%GRASS_VERSIONS%) do (
)
PATH %path%;%BUILDDIR%\output\plugins\%BUILDCONF%

cmake --build %BUILDDIR% --target RUN_TESTS --config %BUILDCONF%
cmake --build %BUILDDIR% --target Nightly --config %BUILDCONF%
if errorlevel 1 echo TESTS WERE NOT SUCCESSFUL.

PATH %oldpath%
Expand Down

0 comments on commit dec0ca5

Please sign in to comment.