0
0
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:
Egor Pugin 2018-01-31 17:55:02 +03:00
parent f510166ac8
commit f00cac9599
2 changed files with 5 additions and 2 deletions

View File

@ -16,7 +16,10 @@ build_script:
- 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
- echo %configuration%

View File

@ -25,7 +25,7 @@ install:
- cmake --version
- git clone https://github.com/HowardHinnant/date
- cd date
- git checkout tags/v1.0.0
- git checkout tags/v2.4
- cd ..
before_script: