source: sasview/build_tools/jenkins_win32_py27_installer.bat @ f89fa84

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 f89fa84 was f89fa84, checked in by Doucet, Mathieu <doucetm@…>, 9 years ago

Add windows build scripts

  • Property mode set to 100644
File size: 551 bytes
Line 
1cd %WORKSPACE%
2
3set EASY_INSTALL=c:\python27\scripts\easy_install.exe
4set PYTHONPATH=%WORKSPACE%\sasview-install
5
6python setup.py build -cmingw32
7python setup.py docs
8python setup.py bdist_egg --skip-build
9
10RD /S /Q sasview-install
11MD sasview-install
12
13REM cd dist
14REM %EASY_INSTALL% -d ..\sasview-install sasview-3.0.0_r0-py2.7-win32.egg
15
16cd %WORKSPACE%\sasview
17python setup_exe.py py2exe
18python installer_generator.py
19"C:\Program Files (x86)\Inno Setup 5\ISCC.exe" installer.iss
20
21cd Output
22xcopy setupSasView.exe %WORKSPACE%\dist
Note: See TracBrowser for help on using the repository browser.