premiere-libtorrent/.travis.yml

10 lines
239 B
YAML
Raw Normal View History

2015-06-05 02:15:57 +02:00
language: cpp
before_script:
2015-06-05 02:21:23 +02:00
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get install libboost1.48-dev; fi
2015-06-05 02:17:23 +02:00
- if [ $TRAVIS_OS_NAME == osx ]; then sudo port install boost boost-jam boost-build; fi
2015-06-05 02:15:57 +02:00
script:
2015-06-05 02:17:23 +02:00
- cd test; bjam -j2
2015-06-05 02:15:57 +02:00