...
This commit is contained in:
parent
04a61d0e21
commit
cc77d06ec7
@ -116,6 +116,6 @@ before_script:
|
|||||||
- $PYTHON setup.py build --debug $SANITIZE_ARG;
|
- $PYTHON setup.py build --debug $SANITIZE_ARG;
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- if [[ -z $SANITIZE_ARG ]]; then $PYTHON test.py; else ./asan-launcher test; fi
|
- if [[ -z $SANITIZE_ARG ]]; then $PYTHON test.py; else ./asan-launcher test.py; fi
|
||||||
- if [[ "$RUN_FLAKE" == "1" ]]; then flake8 --count .; fi
|
- if [[ "$RUN_FLAKE" == "1" ]]; then flake8 --count .; fi
|
||||||
- if [[ "$BUILD_PKG" == "1" ]]; then $PYTHON setup.py linux-package; fi
|
- if [[ "$BUILD_PKG" == "1" ]]; then $PYTHON setup.py linux-package; fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user