mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-19 17:07:46 +00:00
28 lines
428 B
YAML
28 lines
428 B
YAML
os:
|
|
- Visual Studio 2017
|
|
|
|
configuration:
|
|
- Debug
|
|
|
|
platform:
|
|
- Win32
|
|
|
|
environment:
|
|
MSVC_DEFAULT_OPTIONS: ON
|
|
MYSQL_PWD: "Password12!"
|
|
|
|
services:
|
|
- mysql
|
|
|
|
before_build:
|
|
- set PATH="C:\\Program Files\\MySQL\\MySQL Server 5.7\\bin";%PATH%
|
|
- cd c:\projects\sapphire
|
|
- git submodule update --init
|
|
- mkdir build
|
|
- cd build
|
|
- cmake .. -G "NMake Makefiles"
|
|
- nmake
|
|
|
|
build_script:
|
|
- cd ..
|
|
- sh sql_import.sh
|