mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-15 20:31:16 +08:00
Yet another try to get Travis CI going with g++-4.8
This commit is contained in:
parent
facff35d0a
commit
2f979ff263
@ -13,8 +13,12 @@ notifications:
|
||||
on_failure: always
|
||||
|
||||
before_install:
|
||||
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
|
||||
- sudo apt-get update
|
||||
- if [ "$CXX" = "g++" ]; then sudo apt-get install g++-4.8; fi
|
||||
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
|
||||
|
||||
|
||||
install:
|
||||
- "mkdir -p $TRAVIS_BUILD_DIR/build/scripts"
|
||||
- "cd $TRAVIS_BUILD_DIR/build/scripts"
|
||||
|
Loading…
Reference in New Issue
Block a user