mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-23 18:17:46 +00:00
Yet another change
This commit is contained in:
parent
2ef7b9d5bf
commit
3ab2e8c4b4
1 changed files with 3 additions and 3 deletions
|
@ -9,8 +9,8 @@ platform:
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
MSVC_DEFAULT_OPTIONS: ON
|
MSVC_DEFAULT_OPTIONS: ON
|
||||||
BOOST_ROOT_DIR: "C:\\Libraries\\boost_1_60_0"
|
BOOST_ROOT_DIR: "C:\\Libraries\\boost_1_55_0"
|
||||||
BOOST_LIB_DIR: "C:\\Libraries\\boost_1_60_0\\lib32-msvc-14.0"
|
BOOST_LIB_DIR: "C:\\Libraries\\boost_1_55_0\\lib32-msvc-14.0"
|
||||||
MYSQL_PWD: "Password12!"
|
MYSQL_PWD: "Password12!"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
@ -24,7 +24,7 @@ before_build:
|
||||||
- git clone https://github.com/mysql/mysql-connector-cpp
|
- git clone https://github.com/mysql/mysql-connector-cpp
|
||||||
- cmake mysql-connector-cpp/.
|
- cmake mysql-connector-cpp/.
|
||||||
- devenv MYSQLCPPCONN.sln /build RelWithDebInfo
|
- devenv MYSQLCPPCONN.sln /build RelWithDebInfo
|
||||||
- cpack -G ZIP --config CPackConfig.cmake -C RelWithDebInfo- cd c:\projects\sapphire
|
- cd c:\projects\sapphire
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
|
|
Loading…
Add table
Reference in a new issue