mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-23 18:17:46 +00:00
Point to correct boost path
This commit is contained in:
parent
3ab2e8c4b4
commit
1894cb4639
1 changed files with 3 additions and 3 deletions
|
@ -9,8 +9,8 @@ platform:
|
|||
|
||||
environment:
|
||||
MSVC_DEFAULT_OPTIONS: ON
|
||||
BOOST_ROOT_DIR: "C:\\Libraries\\boost_1_55_0"
|
||||
BOOST_LIB_DIR: "C:\\Libraries\\boost_1_55_0\\lib32-msvc-14.0"
|
||||
BOOST_ROOT_DIR: "C:\\Libraries\\boost_1_60_0"
|
||||
BOOST_LIB_DIR: "C:\\Libraries\\boost_1_60_0\\lib32-msvc-14.0"
|
||||
MYSQL_PWD: "Password12!"
|
||||
|
||||
services:
|
||||
|
@ -22,7 +22,7 @@ before_build:
|
|||
- cd mysqlcpp
|
||||
- cmake --version
|
||||
- git clone https://github.com/mysql/mysql-connector-cpp
|
||||
- cmake mysql-connector-cpp/.
|
||||
- cmake mysql-connector-cpp/. -DWITH_BOOST=C:\\Libraries\\boost_1_60_0
|
||||
- devenv MYSQLCPPCONN.sln /build RelWithDebInfo
|
||||
- cd c:\projects\sapphire
|
||||
- git submodule update --init
|
||||
|
|
Loading…
Add table
Reference in a new issue