it was still bjam back in the 1.55 days

This commit is contained in:
arvidn 2015-08-08 02:19:47 -04:00
parent 28e73b293a
commit cd01d0c426
1 changed files with 5 additions and 4 deletions

View File

@ -25,6 +25,7 @@ addons:
apt:
sources:
- boost-latest
- ubuntu-toolchain-r-test
packages:
- libboost1.55-all-dev
- libboost1.55-tools-dev
@ -44,13 +45,13 @@ install:
script:
- cd test
- b2 -j 3 variant=$variant warnings=off -l900 $CC
- bjam -j 3 variant=$variant warnings=off -l900 $CC
- cd ../examples
- b2 -j 3 variant=$variant warnings=off $CC
- bjam -j 3 variant=$variant warnings=off $CC
- 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
- cd ../../simulation
- b2 -j 3 variant=$variant warnings=off $CC
- bjam -j 3 variant=$variant warnings=off $CC
- ccache --show-stats