forked from premiere/premiere-libtorrent
it was still bjam back in the 1.55 days
This commit is contained in:
parent
28e73b293a
commit
cd01d0c426
|
@ -25,6 +25,7 @@ addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- boost-latest
|
- boost-latest
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
packages:
|
packages:
|
||||||
- libboost1.55-all-dev
|
- libboost1.55-all-dev
|
||||||
- libboost1.55-tools-dev
|
- libboost1.55-tools-dev
|
||||||
|
@ -44,13 +45,13 @@ install:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd test
|
- cd test
|
||||||
- b2 -j 3 variant=$variant warnings=off -l900 $CC
|
- bjam -j 3 variant=$variant warnings=off -l900 $CC
|
||||||
- cd ../examples
|
- cd ../examples
|
||||||
- b2 -j 3 variant=$variant warnings=off $CC
|
- bjam -j 3 variant=$variant warnings=off $CC
|
||||||
- cd ../bindings/python
|
- cd ../bindings/python
|
||||||
- b2 -j 3 variant=$variant warnings=off $CC stage_module
|
- bjam -j 3 variant=$variant warnings=off $CC stage_module
|
||||||
- LD_LIBRARY_PATH=. python test.py
|
- LD_LIBRARY_PATH=. python test.py
|
||||||
- cd ../../simulation
|
- cd ../../simulation
|
||||||
- b2 -j 3 variant=$variant warnings=off $CC
|
- bjam -j 3 variant=$variant warnings=off $CC
|
||||||
- ccache --show-stats
|
- ccache --show-stats
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue