ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change
on this file since 7d56795 was
460f5f2,
checked in by Doucet, Mathieu <doucetm@…>, 10 years ago
|
Tweak osx build
|
-
Property mode set to
100755
|
File size:
935 bytes
|
Rev | Line | |
---|
[8a2e317] | 1 | export PATH=$PATH:/usr/local/bin/ |
---|
| 2 | |
---|
| 3 | cd $WORKSPACE |
---|
| 4 | |
---|
| 5 | export PYTHONPATH=$WORKSPACE/sasview-install:$WORKSPACE/utils:$PYTHONPATH |
---|
| 6 | |
---|
| 7 | ########################################################################## |
---|
| 8 | # Use git/svn scripts |
---|
| 9 | |
---|
| 10 | # Check dependencies |
---|
| 11 | cd $WORKSPACE |
---|
| 12 | if [ ! -d "utils" ]; then |
---|
| 13 | mkdir utils |
---|
| 14 | fi |
---|
| 15 | |
---|
| 16 | |
---|
| 17 | # BUILD_CODE |
---|
| 18 | cd $WORKSPACE |
---|
| 19 | /bin/sh -xe build_tools/jenkins_linux_build.sh |
---|
| 20 | |
---|
| 21 | |
---|
| 22 | # TEST_CODE |
---|
| 23 | cd $WORKSPACE |
---|
| 24 | /bin/sh -xe build_tools/jenkins_linux_test.sh |
---|
| 25 | |
---|
| 26 | |
---|
| 27 | # BUILD DOCS |
---|
| 28 | export LC_ALL=en_US.UTF-8 |
---|
| 29 | export LANG=en_US.UTF-8 |
---|
| 30 | cd $WORKSPACE |
---|
| 31 | python setup.py docs |
---|
| 32 | |
---|
| 33 | |
---|
| 34 | # BUILD_egg with new docs |
---|
| 35 | cd $WORKSPACE |
---|
| 36 | python setup.py bdist_egg --skip-build |
---|
| 37 | |
---|
| 38 | |
---|
| 39 | # PYLINT_CODE |
---|
| 40 | #cd $WORKSPACE |
---|
[460f5f2] | 41 | #/bin/sh -xe build_tools/jenkins_linux_pylint.sh |
---|
[8a2e317] | 42 | |
---|
| 43 | |
---|
| 44 | # BUILD APP |
---|
| 45 | cd $WORKSPACE/sasview |
---|
| 46 | python setup_mac.py py2app |
---|
| 47 | |
---|
| 48 | cd $WORKSPACE/sasview/dist |
---|
| 49 | tar -czf `python -c "import pkg_resources;print '%s.tar.gz' % pkg_resources.get_distribution('sasview').egg_name()"` sasview.app |
---|
Note: See
TracBrowser
for help on using the repository browser.