1
Fork 0
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:
Mordred Admin 2017-09-12 14:10:20 +02:00
parent 2ef7b9d5bf
commit 3ab2e8c4b4

View file

@ -9,8 +9,8 @@ platform:
environment:
MSVC_DEFAULT_OPTIONS: ON
BOOST_ROOT_DIR: "C:\\Libraries\\boost_1_60_0"
BOOST_LIB_DIR: "C:\\Libraries\\boost_1_60_0\\lib32-msvc-14.0"
BOOST_ROOT_DIR: "C:\\Libraries\\boost_1_55_0"
BOOST_LIB_DIR: "C:\\Libraries\\boost_1_55_0\\lib32-msvc-14.0"
MYSQL_PWD: "Password12!"
services:
@ -24,7 +24,7 @@ before_build:
- git clone https://github.com/mysql/mysql-connector-cpp
- cmake mysql-connector-cpp/.
- 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
- mkdir build
- cd build