1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-24 21:57:44 +00:00

What about a release windows build?

This commit is contained in:
mordred 2018-12-12 14:18:27 +01:00
parent ecb486e7c7
commit a89def6f4a

View file

@ -21,7 +21,7 @@ before_build:
- mkdir build
- cd build
- cmake .. -G "Visual Studio 15 2017 Win64"
- cmake --build . --target ALL_BUILD --config Debug
- cmake --build . --target ALL_BUILD --config Release
build_script:
- cd ..