Changeset db8756e in sasmodels for extra/build_linux.sh
- Timestamp:
- Mar 13, 2015 4:37:58 PM (10 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- 29aa28f
- Parents:
- d9633b1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extra/build_linux.sh
r6d2abaa rdb8756e 12 12 "$EASY_INSTALL" -d "$WORKSPACE/utils" unittest-xml-reporting pylint 13 13 14 cd $WORKSPACE 15 python -m sasmodels.model_test opencl_and_dll all || exit 1 14 # Run tests 15 STATUS=0 16 python -m sasmodels.model_test opencl_and_dll all || STATUS=$? 17 python -m sasmodels.resolution || STATUS=$? 16 18 17 python extra/run-pylint.py > pylint_violations.txt || exit 0 19 # Run lint 20 python extra/run-pylint.py > pylint_violations.txt 21 22 exit $STATUS 18 23 19 24
Note: See TracChangeset
for help on using the changeset viewer.