Don't build debug sfml on CI

main
Peter Repukat 3 years ago
parent ebc416b96e
commit 90a8850c7f

@ -1,7 +1,9 @@
cd deps/SFML
if "%APPVEYOR%"=="" (
cmake.exe -S . -B out/Debug -DCMAKE_BUILD_TYPE=Debug
cmake.exe --build out/Debug --config Debug
)
cmake.exe -S . -B out/Release -DCMAKE_BUILD_TYPE=RelWithDebInfo
cmake.exe --build out/Release --config RelWithDebInfo

Loading…
Cancel
Save