Changeset aff7904 in sasview for build_tools/jenkins_osx_build.sh


Ignore:
Timestamp:
Apr 28, 2016 7:38:05 AM (8 years ago)
Author:
wojciech
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:
3371d81
Parents:
5881b17 (diff), 259aaa0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Conflicts fixed, merged with master

File:
1 edited

Legend:

Unmodified
Added
Removed
  • build_tools/jenkins_osx_build.sh

    r5881b17 raff7904  
    5555cd sasview 
    5656$PYTHON setup.py clean 
    57 $PYTHON setup.py build 
    58 #$PYTHON setup.py docs 
     57$PYTHON setup.py build docs bdist_egg 
    5958 
    6059 
    61 # SASVIEW BUILD_egg with new docs 
     60# INSTALL SASVIEW 
    6261cd $WORKSPACE 
    6362cd sasview 
    64 $PYTHON setup.py docs bdist_egg 
    6563cd dist 
    6664$EASY_INSTALL -d $WORKSPACE/sasview/sasview-install sasview*.egg 
     65 
    6766 
    6867# TEST 
     
    7271#$PYTHON utest_sasview.py 
    7372 
    74 ## PYLINT 
    75 #cd $WORKSPACE 
    76 #cd sasview 
    77 #$PYLINT --rcfile "build_tools/pylint.rc" -f parseable sasview-install/sasview*.egg/sas sasview | tee  test/sasview.txt 
    78  
     73# PYLINT 
     74cd $WORKSPACE 
     75cd sasview 
     76$PYLINT --rcfile "build_tools/pylint.rc" -f parseable sasview-install/sasview*.egg/sas sasview | tee  test/sasview.txt 
    7977 
    8078# BUILD APP 
    81 #cd $WORKSPACE 
    82 #cd sasview/sasview 
    83 #$PYTHON setup_mac.py py2app 
     79cd $WORKSPACE 
     80cd sasview/sasview 
     81$PYTHON setup_mac.py py2app 
    8482 
Note: See TracChangeset for help on using the changeset viewer.