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 4d5edb2 commit 6033c74Copy full SHA for 6033c74
ms-windows/osgeo4w/package-nightly.cmd
@@ -214,14 +214,15 @@ set QT_PLUGIN_PATH=%BUILDDIR%\output\plugins;%OSGEO4W_ROOT%\apps\qt5\plugins
214
215
cmake --build %BUILDDIR% --target NightlyTest --config %BUILDCONF%
216
if errorlevel 1 echo TESTS WERE NOT SUCCESSFUL.
217
-cmake --build %BUILDDIR% --target NightlySubmit --config %BUILDCONF%
218
-if errorlevel 1 echo TEST SUBMISSION WAS NOT SUCCESSFUL.
+
+:skiptests
219
220
set TEMP=%oldtemp%
221
set TMP=%oldtmp%
222
PATH %oldpath%
223
224
-:skiptests
+cmake --build %BUILDDIR% --target NightlySubmit --config %BUILDCONF%
225
+if errorlevel 1 echo TEST SUBMISSION WAS NOT SUCCESSFUL.
226
227
if exist "%PKGDIR%" (
228
echo REMOVE: %DATE% %TIME%
0 commit comments