mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-24 02:27:46 +00:00
mistakenly used wrong config
This commit is contained in:
parent
3b04084e52
commit
f25bf73fd6
1 changed files with 8 additions and 2 deletions
|
@ -18,7 +18,13 @@ services:
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
- set PATH="C:\\Program Files\\MySQL\\MySQL Server 5.7\\bin";%PATH%
|
- set PATH="C:\\Program Files\\MySQL\\MySQL Server 5.7\\bin";%PATH%
|
||||||
- cd c:\projects\sapphire
|
- mkdir myqlcpp
|
||||||
|
- cd mysqlcpp
|
||||||
|
- cmake --version
|
||||||
|
- 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
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
|
|
Loading…
Add table
Reference in a new issue