mirror of
https://github.com/boostorg/predef.git
synced 2025-07-29 19:47:12 +02:00
Fix Travis dir locations.
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user