premiere-libtorrent/.travis.yml

10 lines
251 B
YAML
Raw Normal View History

2015-06-05 02:15:57 +02:00
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