another yaml attempt
This commit is contained in:
parent
552149d33a
commit
5593938bbd
|
@ -6,7 +6,8 @@ before_script:
|
|||
- 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
|
||||
- echo -n "using python " >>~/user-config.jam
|
||||
- echo ": 2.7 ;" >>~/user-config.jam
|
||||
|
||||
script:
|
||||
- cd test
|
||||
|
|
Loading…
Reference in New Issue