add travis file
This commit is contained in:
parent
d43f7b56a2
commit
4a956e1980
|
@ -0,0 +1,9 @@
|
|||
language: cpp
|
||||
|
||||
before_script:
|
||||
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get install libboost-dev boost-build boost-jam; fi
|
||||
- if [ $TRAVIS_OS_NAME == osx ]; then sudo port install boost boost-jam boost-build; fi
|
||||
|
||||
script:
|
||||
- cd test; bjam -j2
|
||||
|
Loading…
Reference in New Issue