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 ..
|
||||||
- CD
|
- CD
|
||||||
- git clone https://github.com/HowardHinnant/date
|
- git clone https://github.com/HowardHinnant/date
|
||||||
|
- cd date
|
||||||
|
- git checkout tags/v1.0.0
|
||||||
|
- cd ..
|
||||||
- cd sqlpp11
|
- cd sqlpp11
|
||||||
- CD
|
- CD
|
||||||
- echo %configuration%
|
- echo %configuration%
|
||||||
|
@ -23,6 +23,9 @@ install:
|
|||||||
- CMAKE_VERSION_MM=3.2
|
- CMAKE_VERSION_MM=3.2
|
||||||
- CMAKE_VERSION_FULL=$CMAKE_VERSION_MM.2
|
- CMAKE_VERSION_FULL=$CMAKE_VERSION_MM.2
|
||||||
- git clone https://github.com/HowardHinnant/date
|
- git clone https://github.com/HowardHinnant/date
|
||||||
|
- cd date
|
||||||
|
- git checkout tags/v1.0.0
|
||||||
|
- cd ..
|
||||||
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then
|
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then
|
||||||
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
|
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
|
||||||
&& sudo add-apt-repository -y ppa:apokluda/boost1.53
|
&& sudo add-apt-repository -y ppa:apokluda/boost1.53
|
||||||
|
Loading…
Reference in New Issue
Block a user