0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00

Checkout a specific version of date for CI

This commit is contained in:
rbock 2016-04-14 16:41:17 +02:00
parent cc56faf98c
commit a3f29e18e7
2 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,9 @@ build_script:
- cd ..
- CD
- git clone https://github.com/HowardHinnant/date
- cd date
- git checkout tags/v1.0.0
- cd ..
- cd sqlpp11
- CD
- echo %configuration%

View File

@ -23,6 +23,9 @@ install:
- CMAKE_VERSION_MM=3.2
- CMAKE_VERSION_FULL=$CMAKE_VERSION_MM.2
- git clone https://github.com/HowardHinnant/date
- cd date
- git checkout tags/v1.0.0
- cd ..
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
&& sudo add-apt-repository -y ppa:apokluda/boost1.53