mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-25 11:07:45 +00:00
Paths...
This commit is contained in:
parent
ddfef4db55
commit
3f42f3078f
1 changed files with 2 additions and 0 deletions
|
@ -22,7 +22,9 @@ before_build:
|
||||||
- cd mysqlcpp
|
- cd mysqlcpp
|
||||||
- cmake --version
|
- cmake --version
|
||||||
- git clone https://github.com/mysql/mysql-connector-cpp
|
- git clone https://github.com/mysql/mysql-connector-cpp
|
||||||
|
- cd mysql-connector-cpp
|
||||||
- git checkout 1.1
|
- git checkout 1.1
|
||||||
|
- cd ..
|
||||||
- cmake mysql-connector-cpp/. -DWITH_BOOST=C:\\Libraries\\boost_1_60_0
|
- cmake mysql-connector-cpp/. -DWITH_BOOST=C:\\Libraries\\boost_1_60_0
|
||||||
- cmake --build . --target ALL_BUILD --config RelWithDebInfo
|
- cmake --build . --target ALL_BUILD --config RelWithDebInfo
|
||||||
- cd c:\projects\sapphire
|
- cd c:\projects\sapphire
|
||||||
|
|
Loading…
Add table
Reference in a new issue