another travis attempt
This commit is contained in:
parent
80a32ed0e3
commit
2f466b9e13
|
@ -2,8 +2,8 @@ language: cpp
|
|||
|
||||
before_script:
|
||||
- if [ $TRAVIS_OS_NAME == linux ]; then sudo add-apt-repository -y ppa:boost-latest/ppa; sudo apt-get update -qq; fi
|
||||
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get install libboost1.54-all-dev libpython2.7-dev; fi
|
||||
- if [ $TRAVIS_OS_NAME == osx ]; then sudo brew install boost boost-build libpython27-dev; fi
|
||||
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get install libboost1.54-all-dev python2.7-dev; fi
|
||||
- if [ $TRAVIS_OS_NAME == osx ]; then sudo brew install boost boost-build python27-dev; fi
|
||||
- echo "using gcc ;" >~/user-config.jam
|
||||
- echo "using clang ;" >>~/user-config.jam
|
||||
- echo "using python : 2.7 ;" >>~/user-config.jam
|
||||
|
|
Loading…
Reference in New Issue