mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-24 02:27:46 +00:00
Fetching mysqlcpp source for appveyor
This commit is contained in:
parent
50eab0efdb
commit
854d97100f
1 changed files with 7 additions and 3 deletions
|
@ -14,6 +14,10 @@ branches:
|
||||||
install:
|
install:
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
mkdir mysqlcpp
|
- mkdir mysqlcpp
|
||||||
cd mysqlcpp
|
- cd mysqlcpp
|
||||||
cmake --version
|
- 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue