mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-24 21:57:44 +00:00
What about a release windows build?
This commit is contained in:
parent
ecb486e7c7
commit
a89def6f4a
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ before_build:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake .. -G "Visual Studio 15 2017 Win64"
|
- cmake .. -G "Visual Studio 15 2017 Win64"
|
||||||
- cmake --build . --target ALL_BUILD --config Debug
|
- cmake --build . --target ALL_BUILD --config Release
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- cd ..
|
- cd ..
|
||||||
|
|
Loading…
Add table
Reference in a new issue