Explorar el Código

Fix CTest args

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

+ 1 - 1
CIBuild/windows/build64.bat

@@ -21,7 +21,7 @@ if %errorlevel% neq 0 exit /b %errorlevel%
 cpack -C "Release"
 if %errorlevel% neq 0 exit /b %errorlevel%
 
-ctest --verbose
+ctest -C "Release" --verbose
 if %errorlevel% neq 0 exit /b %errorlevel%
 
 cd ..