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:
parent
3f42f3078f
commit
1e865e823d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue