mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-25 11:07:45 +00:00
mkdir wrong offset
This commit is contained in:
parent
e572801adb
commit
fa4e005d67
1 changed files with 1 additions and 1 deletions
|
@ -19,9 +19,9 @@ 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
|
- cd c:\projects\sapphire
|
||||||
- mkdir mysqlcpp
|
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- cd ..
|
- cd ..
|
||||||
|
- mkdir mysqlcpp
|
||||||
- cd mysqlcpp
|
- cd mysqlcpp
|
||||||
- cmake --version
|
- cmake --version
|
||||||
- git clone https://github.com/mysql/mysql-connector-cpp
|
- git clone https://github.com/mysql/mysql-connector-cpp
|
||||||
|
|
Loading…
Add table
Reference in a new issue