source: sasmodels/extra/build_linux.sh @ 95d67be

core_shell_microgelscostrafo411magnetic_modelrelease_v0.94release_v0.95ticket-1257-vesicle-productticket_1156ticket_1265_superballticket_822_more_unit_tests
Last change on this file since 95d67be was 95d67be, checked in by pkienzle, 9 years ago

move build info from jenkins to extra directory

  • Property mode set to 100644
File size: 378 bytes
Line 
1#!/bin/bash
2
3EASY_INSTALL=${EASY_INSTALL:-`which easy_install`}
4cd $WORKSPACE
5if [ ! -d "utils" ]; then
6    mkdir utils
7fi
8export PYTHONPATH=$WORKSPACE/utils:$PYTHONPATH
9
10"$EASY_INSTALL" -d "$WORKSPACE/utils" unittest-xml-reporting pylint
11
12cd $WORKSPACE
13python -m sasmodels.model_test opencl_and_dll all || exit 1
14
15python extra/run-pylint.py > pylint_violations.txt || exit 0
16
17
Note: See TracBrowser for help on using the repository browser.