source: sasview/build_tools/deploy.bat @ b53f529

ESS_GUIESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_openclESS_GUI_sync_sascalc
Last change on this file since b53f529 was 2f6d340, checked in by Paul Kienzle <pkienzle@…>, 7 years ago

rename installers directory from sasview to installers

  • Property mode set to 100755
File size: 395 bytes
Line 
1@echo off
2cd "c:\program files\putty"
3
4rem Copy new installer to the temp directory on the test server
5pscp -scp -v -i sasview.ppk C:\jenkins\workspace\SasView_Win7\sasview\installers\Output\setupSasView.exe sasview@192.168.1.18:AppData\Local\Temp\
6rem Execute the test on the remote server
7plink -i sasview.ppk -ssh sasview@192.168.1.18 c:\\jenkins\\test_deployment.bat
8
9cd c:\jenkins
Note: See TracBrowser for help on using the repository browser.