mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-23 18:17:46 +00:00
Merge branch 'SQL_REWRITE' of https://github.com/SapphireMordred/Sapphire into SQL_REWRITE
This commit is contained in:
commit
ddfef4db55
1 changed files with 0 additions and 23 deletions
|
@ -1,23 +0,0 @@
|
|||
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
|
Loading…
Add table
Reference in a new issue