mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-23 18:17:46 +00:00
Use the correct build syntax
This commit is contained in:
parent
1894cb4639
commit
a47697f3a8
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ before_build:
|
|||
- cmake --version
|
||||
- git clone https://github.com/mysql/mysql-connector-cpp
|
||||
- cmake mysql-connector-cpp/. -DWITH_BOOST=C:\\Libraries\\boost_1_60_0
|
||||
- devenv MYSQLCPPCONN.sln /build RelWithDebInfo
|
||||
- cmake --build . --target ALL_BUILD --config RelWithDebInfo
|
||||
- cd c:\projects\sapphire
|
||||
- git submodule update --init
|
||||
- mkdir build
|
||||
|
|
Loading…
Add table
Reference in a new issue