Changeset dbb2e9d in sasview


Ignore:
Timestamp:
Mar 17, 2016 9:11:38 AM (8 years ago)
Author:
trnielsen
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:
261e075
Parents:
f0d4fcc
Message:

Update new windows build script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • build_tools/jenkins_win_build.bat

    rf0d4fcc rdbb2e9d  
    44set NEXUSDIR="C:\Program Files (x86)\NeXus Data Format\" 
    55set PATH=C:\Python27;C:\Python27\Scripts;C:\mingw\bin;%PATH% 
    6 set PYLINT=c:\python27\scripts\pylint 
     6set PYLINT=c:\python27cscripts\pylint 
    77 
    88 
    9 cd %WORKSPACE% 
     9cd %WORKSPACE%\sasview 
    1010%PYTHON% check_packages.py 
    1111 
    1212 
    13 cd %WORKSPACE% 
     13cd %WORKSPACE%\sasview 
    1414python setup.py build -cmingw32 
    1515 
    1616 
    17 cd %WORKSPACE% 
     17cd %WORKSPACE%\sasview 
    1818python setup.py docs 
    1919 
    2020 
    21 cd %WORKSPACE% 
     21cd %WORKSPACE%\sasview 
    2222python setup.py bdist_egg --skip-build 
    2323 
    2424 
    25 cd %WORKSPACE%\test 
     25cd %WORKSPACE%\sasview\test 
    2626%PYTHON% utest_sasview.py 
    2727 
    2828 
    29 cd %WORKSPACE% 
     29cd %WORKSPACE%\sasview 
    3030mkdir sasview-install 
    31 set PYTHONPATH=%WORKSPACE%\sasview-install;%PYTHONPATH% 
     31set PYTHONPATH=%WORKSPACE%\sasview\sasview-install;%PYTHONPATH% 
    3232 
    3333 
    34 cd %WORKSPACE% 
     34cd %WORKSPACE%\sasview 
    3535cd dist 
    3636%EASY_INSTALL% -d ..\sasview-install sasview-3.1.2-py2.7-win32.egg 
    3737 
    3838 
    39 cd %WORKSPACE%\sasview 
     39cd %WORKSPACE%\sasview\sasview 
    4040python setup_exe.py py2exe 
    4141python installer_generator.py 
     
    4444 
    4545cd Output 
    46 xcopy setupSasView.exe %WORKSPACE%\dist 
     46xcopy setupSasView.exe %WORKSPACE%\sasview\dist 
    4747 
    48 cd %WORKSPACE% 
    49 %PYLINT% --rcfile "%WORKSPACE%cd /build_tools/pylint.rc" -f parseable sasview-install/sasview*.egg/sas sasview > test/sasview.txt 
     48cd %WORKSPACE%\sasview 
     49%PYLINT% --rcfile "build_tools/pylint.rc" -f parseable sasview-install/sasview*.egg/sas sasview > test/sasview.txt 
    5050 
    5151 
Note: See TracChangeset for help on using the changeset viewer.