mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-24 02:27:46 +00:00
23 lines
402 B
YAML
23 lines
402 B
YAML
os:
|
|
- Visual Studio 2015
|
|
|
|
build:
|
|
verbosity: detailed
|
|
|
|
configuration:
|
|
- Debug
|
|
|
|
branches:
|
|
except:
|
|
- /pr\/.+/
|
|
|
|
install:
|
|
|
|
before_build:
|
|
- mkdir mysqlcpp
|
|
- cd mysqlcpp
|
|
- cmake --version
|
|
- git clone https://github.com/mysql/mysql-connector-cpp
|
|
- cmake mysql-connector-cpp/.
|
|
- devenv MYSQLCPPCONN.sln /build RelWithDebInfo
|
|
- cpack -G ZIP --config CPackConfig.cmake -C RelWithDebInfo
|