Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • build_tools/jenkins_osx_build.sh

    r259aaa0 r5881b17  
    11export PATH=$PATH:/usr/local/bin/ 
    2  
    32 
    43PYTHON=${PYTHON:-`which python`} 
     
    5655cd sasview 
    5756$PYTHON setup.py clean 
    58 $PYTHON setup.py build docs bdist_egg 
     57$PYTHON setup.py build 
     58#$PYTHON setup.py docs 
    5959 
    6060 
    61 # INSTALL SASVIEW 
     61# SASVIEW BUILD_egg with new docs 
    6262cd $WORKSPACE 
    6363cd sasview 
     64$PYTHON setup.py docs bdist_egg 
    6465cd dist 
    6566$EASY_INSTALL -d $WORKSPACE/sasview/sasview-install sasview*.egg 
    6667 
     68# TEST 
     69#cd $WORKSPACE 
     70#cd sasview 
     71#cd test 
     72#$PYTHON utest_sasview.py 
    6773 
    68 # TEST 
    69 cd $WORKSPACE 
    70 cd sasview 
    71 cd test 
    72 $PYTHON utest_sasview.py 
    73  
    74  
    75 # PYLINT 
    76 cd $WORKSPACE 
    77 cd sasview 
    78 $PYLINT --rcfile "build_tools/pylint.rc" -f parseable sasview-install/sasview*.egg/sas sasview | tee  test/sasview.txt 
     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 
    7978 
    8079 
    8180# BUILD APP 
    82 cd $WORKSPACE 
    83 cd sasview/sasview 
    84 python setup_mac.py py2app 
     81#cd $WORKSPACE 
     82#cd sasview/sasview 
     83#$PYTHON setup_mac.py py2app 
    8584 
Note: See TracChangeset for help on using the changeset viewer.