1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-25 11:07:45 +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 - cd mysql-connector-cpp
- git checkout 1.1 - git checkout 1.1
- cd .. - cd ..
- cmake mysql-connector-cpp/. -DWITH_BOOST=C:\\Libraries\\boost_1_60_0 - cmake mysql-connector-cpp/. -DBOOST_ROOT=C:\\Libraries\\boost_1_60_0
- cmake --build . --target ALL_BUILD --config RelWithDebInfo - cmake --build . --target INSTALL --config RelWithDebInfo
- cd c:\projects\sapphire - cd c:\projects\sapphire
- git submodule update --init - git submodule update --init
- mkdir build - mkdir build