1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-25 11:07:45 +00:00

One more time

This commit is contained in:
Mordred Admin 2017-09-12 13:47:52 +02:00
parent 854d97100f
commit 3b04084e52

View file

@ -18,6 +18,6 @@ before_build:
- cd mysqlcpp - cd mysqlcpp
- cmake --version - cmake --version
- git clone https://github.com/mysql/mysql-connector-cpp - git clone https://github.com/mysql/mysql-connector-cpp
- cmake . - cmake mysql-connector-cpp/.
- devenv MYSQLCPPCONN.sln /build RelWithDebInfo - devenv MYSQLCPPCONN.sln /build RelWithDebInfo
- cpack -G ZIP --config CPackConfig.cmake -C RelWithDebInfo - cpack -G ZIP --config CPackConfig.cmake -C RelWithDebInfo