|
@ -36,10 +36,10 @@ run() { |
|
|
travis_fold start build_stormpy |
|
|
travis_fold start build_stormpy |
|
|
case "$CONFIG" in |
|
|
case "$CONFIG" in |
|
|
Debug*) |
|
|
Debug*) |
|
|
python setup.py build_ext --debug -j 1 develop |
|
|
|
|
|
|
|
|
python setup.py build_ext --storm-dir /opt/storm/build/ --debug -j 1 develop |
|
|
;; |
|
|
;; |
|
|
*) |
|
|
*) |
|
|
python setup.py build_ext -j 1 develop |
|
|
|
|
|
|
|
|
python setup.py build_ext --storm-dir /opt/storm/build/ -j 1 develop |
|
|
;; |
|
|
;; |
|
|
esac |
|
|
esac |
|
|
travis_fold end build_stormpy |
|
|
travis_fold end build_stormpy |
|
|