disable simulations for now

This commit is contained in:
arvidn 2015-08-08 21:49:26 -04:00
parent 8ea2c0fa48
commit 19be031921
1 changed files with 4 additions and 4 deletions

View File

@ -49,9 +49,9 @@ script:
- cd ../bindings/python - cd ../bindings/python
- bjam -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
- if [ $variant == "test_debug" ]; then # - if [ $variant == "test_debug" ]; then
cd ../../simulation; # cd ../../simulation;
bjam -j 3 crypto=built-in warnings=off $CC; # bjam -j 3 crypto=built-in warnings=off $CC;
fi # fi
- ccache --show-stats - ccache --show-stats