Skip to content

Commit

Permalink
osgeo4w: still upload build log when tests are skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Nov 26, 2018
1 parent 4d5edb2 commit 6033c74
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ms-windows/osgeo4w/package-nightly.cmd
Expand Up @@ -214,14 +214,15 @@ set QT_PLUGIN_PATH=%BUILDDIR%\output\plugins;%OSGEO4W_ROOT%\apps\qt5\plugins

cmake --build %BUILDDIR% --target NightlyTest --config %BUILDCONF%
if errorlevel 1 echo TESTS WERE NOT SUCCESSFUL.
cmake --build %BUILDDIR% --target NightlySubmit --config %BUILDCONF%
if errorlevel 1 echo TEST SUBMISSION WAS NOT SUCCESSFUL.

:skiptests

set TEMP=%oldtemp%
set TMP=%oldtmp%
PATH %oldpath%

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

if exist "%PKGDIR%" (
echo REMOVE: %DATE% %TIME%
Expand Down

0 comments on commit 6033c74

Please sign in to comment.