Skip to content

Commit

Permalink
deactivate CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
vcloarec committed Nov 16, 2023
1 parent bc00fe9 commit 5df6959
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions windows/build_tests_REOS.bat
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ set PATH=%PATH%;%REOS_INSTALL%\bin
set PATH=%PATH%;%OSGEO4W_ROOT%\apps\Qt5\bin;
set GDAL_DATA=%REOS_INSTALL%\share\gdal
cd %REOS_BUILDING%
ctest -C %BUILD_TYPE% -VV --output-on-failure
if %ERRORLEVEL% NEQ 0 exit %ERRORLEVEL%
#ctest -C %BUILD_TYPE% -VV --output-on-failure
#if %ERRORLEVEL% NEQ 0 exit %ERRORLEVEL%
endlocal

rem Now we copy Qt files
Expand All @@ -40,17 +40,17 @@ copy /v /y %OSGEO4W_ROOT%\apps\Qt5\translations\qtbase_it.qm %REOS_INSTALL%\i18n
copy /v /y %OSGEO4W_ROOT%\apps\Qt5\translations\qtbase_es.qm %REOS_INSTALL%\i18n\qtbase_es.qm
copy /v /y %OSGEO4W_ROOT%\apps\Qt5\translations\qtbase_fr.qm %REOS_INSTALL%\i18n\qtbase_fr.qm

echo "///////////////////// Test launch Lekan application, start it and wait 30s
start %REOS_INSTALL%\bin\Lekan.exe test
ping -n 30 127.0.0.1
tasklist /fi "ImageName eq Lekan.exe" /fo csv 2>NUL | find /I "Lekan.exe">NUL
if %ERRORLEVEL% NEQ 0 (
echo "///////////////////// Test launch Lekan application fails
exit %ERRORLEVEL%
) else (
echo "///////////////////// Test launch Lekan application success
taskkill /F /IM Lekan.exe
)
#echo "///////////////////// Test launch Lekan application, start it and wait 30s
#start %REOS_INSTALL%\bin\Lekan.exe test
#ping -n 30 127.0.0.1
#tasklist /fi "ImageName eq Lekan.exe" /fo csv 2>NUL | find /I "Lekan.exe">NUL
#if %ERRORLEVEL% NEQ 0 (
#echo "///////////////////// Test launch Lekan application fails
#exit %ERRORLEVEL%
# ) else (
#echo "///////////////////// Test launch Lekan application success
#taskkill /F /IM Lekan.exe
# )

echo on

0 comments on commit 5df6959

Please sign in to comment.