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