Explorar el Código

Run tests before changing dir and check return code

paulsapps hace 11 años
padre
commit
7db645f6a6
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      CIBuild/windows/build64.bat

+ 3 - 1
CIBuild/windows/build64.bat

@@ -21,6 +21,9 @@ if %errorlevel% neq 0 exit /b %errorlevel%
 cpack -C "Release"
 if %errorlevel% neq 0 exit /b %errorlevel%
 
+ctest --verbose
+if %errorlevel% neq 0 exit /b %errorlevel%
+
 cd ..
 cd ..
 mkdir %CURRENT%
@@ -31,4 +34,3 @@ dir
 move q-gears\build\*.msi %CURRENT%\windows
 
 
-ctest --verbose