mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-23 18:17:46 +00:00
19 lines
193 B
YAML
19 lines
193 B
YAML
os:
|
|
- Visual Studio 2015
|
|
|
|
build:
|
|
verbosity: detailed
|
|
|
|
configuration:
|
|
- Debug
|
|
|
|
branches:
|
|
except:
|
|
- /pr\/.+/
|
|
|
|
install:
|
|
|
|
before_build:
|
|
mkdir mysqlcpp
|
|
cd mysqlcpp
|
|
cmake --version
|