1
Fork 0
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:
Mordred Admin 2017-09-12 13:54:35 +02:00
parent 3b04084e52
commit f25bf73fd6

View file

@ -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
@ -27,4 +33,4 @@ before_build:
build_script: build_script:
- cd .. - cd ..
- sh sql_import.sh - sh sql_import.sh