mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-23 18:17: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:
|
||||
- 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
|
||||
- mkdir build
|
||||
- cd build
|
||||
|
@ -27,4 +33,4 @@ before_build:
|
|||
|
||||
build_script:
|
||||
- cd ..
|
||||
- sh sql_import.sh
|
||||
- sh sql_import.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue