1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-25 22:17:45 +00:00

lets try again

This commit is contained in:
NotAdam 2018-10-27 16:58:46 +11:00
parent b999cc6b61
commit a8b5274bcd

View file

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