Skip to content

Commit 6033c74

Browse files
committedNov 26, 2018
osgeo4w: still upload build log when tests are skipped
1 parent 4d5edb2 commit 6033c74

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,14 +214,15 @@ set QT_PLUGIN_PATH=%BUILDDIR%\output\plugins;%OSGEO4W_ROOT%\apps\qt5\plugins
214214

215215
cmake --build %BUILDDIR% --target NightlyTest --config %BUILDCONF%
216216
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.
217+
218+
:skiptests
219219

220220
set TEMP=%oldtemp%
221221
set TMP=%oldtmp%
222222
PATH %oldpath%
223223

224-
:skiptests
224+
cmake --build %BUILDDIR% --target NightlySubmit --config %BUILDCONF%
225+
if errorlevel 1 echo TEST SUBMISSION WAS NOT SUCCESSFUL.
225226

226227
if exist "%PKGDIR%" (
227228
echo REMOVE: %DATE% %TIME%

0 commit comments

Comments
 (0)
Please sign in to comment.