Changeset 5881b17 in sasview for build_tools
- Timestamp:
- Apr 28, 2016 7:29:38 AM (9 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- aff7904
- Parents:
- 70be725
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
build_tools/jenkins_osx_build.sh
r70be725 r5881b17 1 1 export PATH=$PATH:/usr/local/bin/ 2 3 2 4 3 PYTHON=${PYTHON:-`which python`} … … 57 56 $PYTHON setup.py clean 58 57 $PYTHON setup.py build 59 $PYTHON setup.py docs58 #$PYTHON setup.py docs 60 59 61 60 … … 63 62 cd $WORKSPACE 64 63 cd sasview 65 python setup.pybdist_egg64 $PYTHON setup.py docs bdist_egg 66 65 cd dist 67 66 $EASY_INSTALL -d $WORKSPACE/sasview/sasview-install sasview*.egg 68 67 69 68 # TEST 70 cd $WORKSPACE71 cd sasview72 cd test73 $PYTHON utest_sasview.py69 #cd $WORKSPACE 70 #cd sasview 71 #cd test 72 #$PYTHON utest_sasview.py 74 73 75 74 ## PYLINT 76 cd $WORKSPACE77 cd sasview78 $PYLINT --rcfile "build_tools/pylint.rc" -f parseable sasview-install/sasview*.egg/sas sasview | tee test/sasview.txt75 #cd $WORKSPACE 76 #cd sasview 77 #$PYLINT --rcfile "build_tools/pylint.rc" -f parseable sasview-install/sasview*.egg/sas sasview | tee test/sasview.txt 79 78 80 79 81 80 # BUILD APP 82 cd $WORKSPACE83 cd sasview/sasview84 pythonsetup_mac.py py2app81 #cd $WORKSPACE 82 #cd sasview/sasview 83 #$PYTHON setup_mac.py py2app 85 84
Note: See TracChangeset
for help on using the changeset viewer.