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:
parent
50eab0efdb
commit
854d97100f
1 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue