1
Fork 0
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:
Mordred Admin 2017-09-12 15:12:41 +02:00
commit ddfef4db55

View file

@ -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