1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-23 18:17:46 +00:00

Use the correct build syntax

This commit is contained in:
Mordred Admin 2017-09-12 14:19:45 +02:00
parent 1894cb4639
commit a47697f3a8

View file

@ -23,7 +23,7 @@ before_build:
- cmake --version
- git clone https://github.com/mysql/mysql-connector-cpp
- cmake mysql-connector-cpp/. -DWITH_BOOST=C:\\Libraries\\boost_1_60_0
- devenv MYSQLCPPCONN.sln /build RelWithDebInfo
- cmake --build . --target ALL_BUILD --config RelWithDebInfo
- cd c:\projects\sapphire
- git submodule update --init
- mkdir build