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

Actually perform install too

This commit is contained in:
Mordred Admin 2017-09-12 15:20:30 +02:00
parent 3f42f3078f
commit 1e865e823d

View file

@ -25,8 +25,8 @@ before_build:
- cd mysql-connector-cpp
- git checkout 1.1
- cd ..
- cmake mysql-connector-cpp/. -DWITH_BOOST=C:\\Libraries\\boost_1_60_0
- cmake --build . --target ALL_BUILD --config RelWithDebInfo
- cmake mysql-connector-cpp/. -DBOOST_ROOT=C:\\Libraries\\boost_1_60_0
- cmake --build . --target INSTALL --config RelWithDebInfo
- cd c:\projects\sapphire
- git submodule update --init
- mkdir build