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:
parent
a8b5274bcd
commit
e650117e29
1 changed files with 2 additions and 2 deletions
|
@ -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 ..
|
||||||
|
|
Loading…
Add table
Reference in a new issue