mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-02 00:47:45 +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
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake .. -G "Visual Studio 15 2017"
|
||||
- cmake --build . --target ALL_BUILD --config Debug -DCMAKE_GENERATOR_PLATFORM=x64
|
||||
- cmake .. -G "Visual Studio 15 2017 Win64"
|
||||
- cmake --build . --target ALL_BUILD --config Debug
|
||||
|
||||
build_script:
|
||||
- cd ..
|
||||
|
|
Loading…
Add table
Reference in a new issue