mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-15 20:31:16 +08:00
CMake 3.2 seems to be available on trusty already
This commit is contained in:
parent
65d32fac8c
commit
f211023981
20
.travis.yml
20
.travis.yml
@ -2,18 +2,18 @@ language: cpp
|
|||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
#- osx
|
- osx
|
||||||
|
|
||||||
dist: trusty
|
dist: trusty
|
||||||
sudo: required
|
sudo: required
|
||||||
|
|
||||||
compiler:
|
compiler:
|
||||||
#- clang
|
- clang
|
||||||
- gcc
|
- gcc
|
||||||
|
|
||||||
env:
|
env:
|
||||||
#- CONFIG=Release
|
- CONFIG=Release
|
||||||
- CONFIG=Debug
|
#- CONFIG=Debug
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
@ -21,20 +21,12 @@ notifications:
|
|||||||
on_failure: always
|
on_failure: always
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- g++ --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/v1.0.0
|
||||||
- cd ..
|
- cd ..
|
||||||
- g++ --version
|
|
||||||
- cmake --version
|
|
||||||
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then
|
|
||||||
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
|
|
||||||
&& sudo add-apt-repository -y ppa:george-edison55/cmake-3.x
|
|
||||||
&& sudo apt-get update
|
|
||||||
&& sudo apt-cache madison cmake
|
|
||||||
&& sudo apt-get install cmake -y
|
|
||||||
;
|
|
||||||
fi
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
|
Loading…
Reference in New Issue
Block a user