mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
osgeo4w: still upload build log when tests are skipped
This commit is contained in:
parent
4d5edb2380
commit
6033c7439c
@ -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%
|
||||
|
Loading…
x
Reference in New Issue
Block a user