1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-02 16:57:47 +00:00

oh look another commit to fix appveyor

This commit is contained in:
NotAdam 2018-10-27 17:02:25 +11:00
parent a8b5274bcd
commit e650117e29

View file

@ -20,8 +20,8 @@ before_build:
- git submodule update --init - git submodule update --init
- mkdir build - mkdir build
- cd build - cd build
- cmake .. -G "Visual Studio 15 2017" - cmake .. -G "Visual Studio 15 2017 Win64"
- cmake --build . --target ALL_BUILD --config Debug -DCMAKE_GENERATOR_PLATFORM=x64 - cmake --build . --target ALL_BUILD --config Debug
build_script: build_script:
- cd .. - cd ..