mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-22 10:07:44 +00:00
actually gets past cmake now
This commit is contained in:
parent
913c2dbb84
commit
7ca3554730
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 16 2019" -A Win64
|
- cmake .. -G "Visual Studio 16 2019" -A x64
|
||||||
- cmake --build . --target ALL_BUILD --config Release
|
- cmake --build . --target ALL_BUILD --config RelWithDebInfo
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- cd bin
|
- cd bin
|
||||||
|
|
Loading…
Add table
Reference in a new issue