mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-15 20:31:16 +08:00
Update CI scripts.
This commit is contained in:
parent
f510166ac8
commit
f00cac9599
@ -16,7 +16,10 @@ build_script:
|
|||||||
- CD
|
- CD
|
||||||
- cd ..
|
- cd ..
|
||||||
- CD
|
- CD
|
||||||
- git clone --branch v1.0.0 --depth 1 https://github.com/HowardHinnant/date
|
- git clone https://github.com/HowardHinnant/date
|
||||||
|
- cd date
|
||||||
|
- git checkout tags/v2.4
|
||||||
|
- cd ..
|
||||||
- cd sqlpp11
|
- cd sqlpp11
|
||||||
- CD
|
- CD
|
||||||
- echo %configuration%
|
- echo %configuration%
|
||||||
|
@ -25,7 +25,7 @@ install:
|
|||||||
- cmake --version
|
- cmake --version
|
||||||
- git clone https://github.com/HowardHinnant/date
|
- git clone https://github.com/HowardHinnant/date
|
||||||
- cd date
|
- cd date
|
||||||
- git checkout tags/v1.0.0
|
- git checkout tags/v2.4
|
||||||
- cd ..
|
- cd ..
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
Loading…
Reference in New Issue
Block a user