Changeset e1e41de in sasview for build_tools
- Timestamp:
- Dec 15, 2016 4:16:17 AM (8 years ago)
- 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, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 55bc5a7f, a840efb
- Parents:
- c6728e1 (diff), ec57735 (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. - Location:
- build_tools
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
build_tools/jenkins_linux_build.sh
r8ca1ba1 r128c287 37 37 cd sasmodels 38 38 $PYTHON setup.py bdist_egg 39 39 $PYTHON -m sasmodels.model_test all 40 40 41 41 # SASVIEW -
build_tools/jenkins_osx_build.sh
r8ca1ba1 r5dab2bc 40 40 cd sasmodels 41 41 $PYTHON setup.py bdist_egg 42 42 $PYTHON -m sasmodels.model_test all 43 43 44 44 # SASVIEW -
build_tools/jenkins_win64_build.bat
rb636c0ba rec57735 47 47 cd sasmodels 48 48 %PYTHON% setup.py bdist_egg 49 %PYTHON% -m sasmodels.model_test all 49 50 50 51 :: SASMODELS install egg ############################################## -
build_tools/jenkins_win_build.bat
rb188f53 r5dab2bc 48 48 cd sasmodels 49 49 %PYTHON% setup.py bdist_egg 50 50 %PYTHON% -m sasmodels.model_test all 51 51 52 52 :: SASMODELS install egg ##############################################
Note: See TracChangeset
for help on using the changeset viewer.