forked from premiere/premiere-libtorrent
update travis.yml
This commit is contained in:
parent
e0f31226db
commit
5cb126ac1d
|
@ -1,9 +1,12 @@
|
||||||
language: cpp
|
language: cpp
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get install libboost1.48-dev; fi
|
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get install libboost1.54-dev; fi
|
||||||
- if [ $TRAVIS_OS_NAME == osx ]; then sudo port install boost boost-jam boost-build; fi
|
- if [ $TRAVIS_OS_NAME == osx ]; then sudo port install boost boost-jam boost-build; fi
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd test; bjam -j2
|
- cd test; bjam -j2
|
||||||
|
|
||||||
|
os:
|
||||||
|
- linux
|
||||||
|
- osx
|
||||||
|
|
Loading…
Reference in New Issue