1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-23 18:17:46 +00:00

Fetching mysqlcpp source for appveyor

This commit is contained in:
Mordred Admin 2017-09-12 13:45:50 +02:00
parent 50eab0efdb
commit 854d97100f

View file

@ -14,6 +14,10 @@ branches:
install:
before_build:
mkdir mysqlcpp
cd mysqlcpp
cmake --version
- 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