Skip to content
Snippets Groups Projects
Commit 324adaf8 authored by Kersten Schuster's avatar Kersten Schuster
Browse files

CI: only build geometry stuff; Updated typed geo.

parent 2fee8f9a
No related branches found
No related tags found
1 merge request!3Doctest fix
Pipeline #9388 failed
......@@ -58,7 +58,7 @@ mkdir "build"
cd "build"
del *.exe
IF %errorlevel% NEQ 0 exit /b %errorlevel%
"C:\Program Files\CMake\bin\cmake.exe" -G "%GENERATOR%" -DCMAKE_BUILD_TYPE=Release -DTG_BUILD_TESTS=ON ..
"C:\Program Files\CMake\bin\cmake.exe" -G "%GENERATOR%" -DCMAKE_BUILD_TYPE=Release -DTG_TESTS_GEOMETRY=ON -DTG_SAMPLES_GRAPHICS=OFF -DTG_BUILD_TESTS=ON ..
IF %errorlevel% NEQ 0 exit /b %errorlevel%
%VS_PATH% /Build "Release" TypedGraphicsSamples.sln /Project "ALL_BUILD"
echo "Would run tests now :D"
......
typed-geometry @ db34f8e9
Subproject commit 48a649f6aeda554d1237080b508149b9a1ac5555
Subproject commit db34f8e9336259f777ff16ee135cc58d9d7a167d
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment