mirror of
https://github.com/boostorg/predef.git
synced 2025-07-30 19:57:14 +02:00
More Travis fixing.
This commit is contained in:
@ -7,7 +7,7 @@ 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 && sudo ./b2 install --prefix=/usr
|
- cd build-develop && ./bootstrap.sh && sudo ./b2 install --prefix=/usr
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- 'echo "project ROOT : : : build-dir bin ;" > jamroot.jam'
|
- 'echo "project ROOT : : : build-dir bin ;" > jamroot.jam'
|
||||||
|
Reference in New Issue
Block a user