|
|
|
|
@ -61,12 +61,13 @@ cmake .. ^
|
|
|
|
|
-DWITH_GLFWAPPLICATION=ON ^ |
|
|
|
|
-DBUILD_TESTS=ON ^ |
|
|
|
|
-DBUILD_GL_TESTS=OFF ^ |
|
|
|
|
-DBUILD_VK_TESTS=ON ^ |
|
|
|
|
-G Ninja || exit /b |
|
|
|
|
cmake --build . || exit /b |
|
|
|
|
|
|
|
|
|
rem Test |
|
|
|
|
set CORRADE_TEST_COLOR=ON |
|
|
|
|
ctest -V -E GLTest || exit /b |
|
|
|
|
ctest -V -E "(GL|Vk)Test" || exit /b |
|
|
|
|
|
|
|
|
|
rem Test install, after running the tests as for them it shouldn't be needed |
|
|
|
|
cmake --build . --target install || exit /b |
|
|
|
|
|