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 a3b635b was
b2de19d,
checked in by Mathieu Doucet <doucetm@…>, 11 years ago
|
Add jenkins script for windows
|
-
Property mode set to
100644
|
File size:
603 bytes
|
Rev | Line | |
---|
[b2de19d] | 1 | cd %WORKSPACE% |
---|
| 2 | set PYTHON=c:\python26\python |
---|
| 3 | set EASY_INSTALL=c:\python26\scripts\easy_install.exe |
---|
| 4 | set NEXUSDIR="C:\Program Files (x86)\NeXus Data Format\" |
---|
| 5 | set PATH=c:\python26;c:\mingw\bin;%PATH% |
---|
| 6 | |
---|
| 7 | echo %SVN_REVISION%> svn_revision.txt |
---|
| 8 | |
---|
| 9 | %PYTHON% check_packages.py |
---|
| 10 | |
---|
| 11 | set PYTHONPATH=%WORKSPACE%\sansview-install;%PYTHONPATH% |
---|
| 12 | |
---|
| 13 | RD /S /Q sansview-install |
---|
| 14 | MD sansview-install |
---|
| 15 | RD /S /Q dist |
---|
| 16 | RD /S /Q build |
---|
| 17 | |
---|
| 18 | %PYTHON% setup.py build -cmingw32 |
---|
| 19 | %PYTHON% setup.py bdist_egg --skip-build |
---|
| 20 | cd dist |
---|
| 21 | %EASY_INSTALL% -d ..\sansview-install sasview*.egg |
---|
| 22 | |
---|
| 23 | cd %WORKSPACE%\test |
---|
| 24 | %PYTHON% utest_sansview.py |
---|
Note: See
TracBrowser
for help on using the repository browser.