Fix Travis dir locations.

This commit is contained in:
Rene Rivera
2015-05-21 12:15:35 -05:00
parent eb05d43616
commit e5b485ccf2

View File

@ -7,13 +7,18 @@ compiler:
install: install:
- wget "https://github.com/boostorg/build/archive/develop.tar.gz" - wget "https://github.com/boostorg/build/archive/develop.tar.gz"
- tar -xzvf develop.tar.gz - tar -xzvf develop.tar.gz
- cd build-develop && ./bootstrap.sh && sudo ./b2 install --prefix=/usr - cd build-develop
- ./bootstrap.sh
- sudo ./b2 install --prefix=/usr
- cd $TRAVIS_BUILD_DIR
before_script: before_script:
- cd $TRAVIS_BUILD_DIR
- 'echo "project ROOT : : : build-dir bin ;" > jamroot.jam' - 'echo "project ROOT : : : build-dir bin ;" > jamroot.jam'
script: script:
- ls -laF && cd test && ls -laF && b2 -a --verbose-test - cd $TRAVIS_BUILD_DIR
- cd test && b2 -a --verbose-test
branches: branches:
only: only: