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:
parent
cc56faf98c
commit
a3f29e18e7
@ -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%
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user