We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 774e5d3 commit dec0ca5Copy full SHA for dec0ca5
ms-windows/osgeo4w/package-nightly.cmd
@@ -150,7 +150,7 @@ set LIB=%LIB%;%OSGEO4W_ROOT%\lib
150
set INCLUDE=%INCLUDE%;%OSGEO4W_ROOT%\include
151
152
cmake %CMAKE_OPT% ^
153
- -D BUILDNAME="%VERSION%-Nightly-VC10-%ARCH%" ^
+ -D BUILDNAME="%PACKAGE%-%VERSION%-Nightly-VC10-%ARCH%" ^
154
-D SITE="qgis.org" ^
155
-D PEDANTIC=TRUE ^
156
-D WITH_QSPATIALITE=TRUE ^
@@ -208,7 +208,7 @@ for %%g IN (%GRASS_VERSIONS%) do (
208
)
209
PATH %path%;%BUILDDIR%\output\plugins\%BUILDCONF%
210
211
-cmake --build %BUILDDIR% --target RUN_TESTS --config %BUILDCONF%
+cmake --build %BUILDDIR% --target Nightly --config %BUILDCONF%
212
if errorlevel 1 echo TESTS WERE NOT SUCCESSFUL.
213
214
PATH %oldpath%
0 commit comments