Changeset 724af06 in sasview for build_tools
- Timestamp:
- Sep 21, 2017 3:12:37 PM (7 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, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 12d3e0e
- Parents:
- ce81f70 (diff), d76c43a (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:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
build_tools/jenkins_linux_build.sh
r2f6d340 r724af06 63 63 $PYTHON setup.py build docs bdist_egg 64 64 65 # CREATE PDF FROM LATEX 66 #cd $WORKSPACE 67 #cd sasview/docs/sphinx-docs/build/latex 68 #pdflatex SasView.tex 65 69 66 70 # INSTALL SASVIEW -
build_tools/deploy.bat
rb61796f r2f6d340 3 3 4 4 rem Copy new installer to the temp directory on the test server 5 pscp -scp -v -i sasview.ppk C:\jenkins\workspace\SasView_Win7\sasview\ sasview\Output\setupSasView.exe sasview@192.168.1.18:AppData\Local\Temp\5 pscp -scp -v -i sasview.ppk C:\jenkins\workspace\SasView_Win7\sasview\installers\Output\setupSasView.exe sasview@192.168.1.18:AppData\Local\Temp\ 6 6 rem Execute the test on the remote server 7 7 plink -i sasview.ppk -ssh sasview@192.168.1.18 c:\\jenkins\\test_deployment.bat -
build_tools/jenkins_osx_build.sh
rb742b8b5 r2f6d340 17 17 # SET SASVIEW GITHASH 18 18 cd $WORKSPACE 19 cd sasview/s asview19 cd sasview/src/sas/sasview 20 20 githash=$( git rev-parse HEAD ) 21 21 sed -i.bak s/GIT_COMMIT/$githash/g __init__.py … … 88 88 # BUILD APP 89 89 cd $WORKSPACE 90 cd sasview/ sasview90 cd sasview/installers 91 91 $PYTHON setup_mac.py py2app 92 92 -
build_tools/jenkins_win64_build.bat
rec57735 ra2a1c20 1 1 set PYTHON=python.exe 2 2 set EASY_INSTALL=easy_install.exe 3 set PYLINT= 3 set PYLINT=pylint.exe 4 4 set INNO="C:\util\inno\ISCC.exe" 5 5 set GIT_SED=C:\"Program Files"\Git\bin\sed.exe … … 15 15 :: SET SASVIEW GITHASH ################################################ 16 16 cd %WORKSPACE% 17 cd sasview\s asview17 cd sasview\src\sas\sasview 18 18 git rev-parse HEAD > tmpFile_githash 19 19 SET /p githash= < tmpFile_githash … … 81 81 cd %WORKSPACE% 82 82 cd sasview 83 cd sasview83 cd installers 84 84 %PYTHON% setup_exe.py py2exe 85 85 %PYTHON% installer_generator.py -
build_tools/jenkins_win_build.bat
r5dab2bc r2f6d340 17 17 :: SET SASVIEW GITHASH ################################################ 18 18 cd %WORKSPACE% 19 cd sasview\s asview19 cd sasview\src\sas\sasview 20 20 git rev-parse HEAD > tmpFile_githash 21 21 SET /p githash= < tmpFile_githash … … 89 89 cd %WORKSPACE% 90 90 cd sasview 91 cd sasview91 cd installers 92 92 %PYTHON% setup_exe.py py2exe 93 93 %PYTHON% installer_generator.py -
build_tools/travis_build.sh
r8374dc0 r2f6d340 10 10 11 11 # SET SASVIEW GITHASH 12 cd $WORKSPACE/sasview/s asview12 cd $WORKSPACE/sasview/src/sas/sasview 13 13 githash=$( git rev-parse HEAD ) 14 14 sed -i.bak s/GIT_COMMIT/$githash/g __init__.py
Note: See TracChangeset
for help on using the changeset viewer.