Skip to content

Commit dec0ca5

Browse files
committedApr 21, 2015
osgeo4w: restore running Nightly for tests (followup 51a7317)
1 parent 774e5d3 commit dec0ca5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ set LIB=%LIB%;%OSGEO4W_ROOT%\lib
150150
set INCLUDE=%INCLUDE%;%OSGEO4W_ROOT%\include
151151

152152
cmake %CMAKE_OPT% ^
153-
-D BUILDNAME="%VERSION%-Nightly-VC10-%ARCH%" ^
153+
-D BUILDNAME="%PACKAGE%-%VERSION%-Nightly-VC10-%ARCH%" ^
154154
-D SITE="qgis.org" ^
155155
-D PEDANTIC=TRUE ^
156156
-D WITH_QSPATIALITE=TRUE ^
@@ -208,7 +208,7 @@ for %%g IN (%GRASS_VERSIONS%) do (
208208
)
209209
PATH %path%;%BUILDDIR%\output\plugins\%BUILDCONF%
210210

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

214214
PATH %oldpath%

0 commit comments

Comments
 (0)
Please sign in to comment.