1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-24 18:47:45 +00:00
sapphire/.appveyor.yaml
2017-09-12 13:47:52 +02:00

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