1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-24 02:27:46 +00:00
sapphire/.appveyor.yaml

24 lines
382 B
YAML
Raw Normal View History

2017-09-12 13:32:18 +02:00
os:
- Visual Studio 2015
build:
verbosity: detailed
configuration:
- Debug
branches:
except:
- /pr\/.+/
install:
2017-09-12 13:35:31 +02:00
before_build:
2017-09-12 13:45:50 +02:00
- mkdir mysqlcpp
- cd mysqlcpp
- cmake --version
- git clone https://github.com/mysql/mysql-connector-cpp
- cmake .
- devenv MYSQLCPPCONN.sln /build RelWithDebInfo
- cpack -G ZIP --config CPackConfig.cmake -C RelWithDebInfo