diff --git a/buildSFML.bat b/buildSFML.bat index 9fbcee8..f05a0c1 100644 --- a/buildSFML.bat +++ b/buildSFML.bat @@ -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