forked from premiere/premiere-libtorrent
fix travis script for running python tests
This commit is contained in:
parent
c4d96c7aa9
commit
61f9f6bb7f
|
@ -120,12 +120,12 @@ script:
|
||||||
|
|
||||||
# here we specify the temporary lib dir as a path to look for the main library
|
# here we specify the temporary lib dir as a path to look for the main library
|
||||||
# a binary built with sanitizer does not interact well with python
|
# a binary built with sanitizer does not interact well with python
|
||||||
|
- cd bindings/python
|
||||||
- 'if [[ $lang != "sanitizer" ]]; then
|
- 'if [[ $lang != "sanitizer" ]]; then
|
||||||
cd bindings/python;
|
|
||||||
bjam --hash -j3 warnings-as-errors=on debug-iterators=on picker-debugging=on invariant-checks=full variant=$variant $coverage_toolset stage_module libtorrent-link=shared install-type=LIB dll-path=../../lib;
|
bjam --hash -j3 warnings-as-errors=on debug-iterators=on picker-debugging=on invariant-checks=full variant=$variant $coverage_toolset stage_module libtorrent-link=shared install-type=LIB dll-path=../../lib;
|
||||||
LD_LIBRARY_PATH=../../lib DYLD_LIBRARY_PATH=../../lib python test.py;
|
LD_LIBRARY_PATH=../../lib DYLD_LIBRARY_PATH=../../lib python test.py;
|
||||||
cd ../..;
|
|
||||||
fi'
|
fi'
|
||||||
|
- cd ../..
|
||||||
|
|
||||||
- cd simulation
|
- cd simulation
|
||||||
- if [ $sim = "1" ]; then
|
- if [ $sim = "1" ]; then
|
||||||
|
|
Loading…
Reference in New Issue