CASA-auth-token-client: check in build config file to build windows
This commit is contained in:
18
CASA-auth-token/client/build_config/win64/buildu.sh
Executable file
18
CASA-auth-token/client/build_config/win64/buildu.sh
Executable file
@@ -0,0 +1,18 @@
|
||||
#!/bin/bash
|
||||
|
||||
# setup for calling "builduser.cmd and buildkernel.cmd" via cygwin's rsh
|
||||
# since ssh is having trouble. This is a hack, but we don't any other way
|
||||
# to solve this at the moment.
|
||||
|
||||
echo "============================================="
|
||||
echo " START - Build casa"
|
||||
echo "============================================="
|
||||
|
||||
/usr/bin/rsh -n -d -l nds_cm localhost 'cd /d c:\cygwin\home\nds_cm\build_win\casa~1.7\CASA-auth-token\client\ && build_config\win64\builduser.cmd'
|
||||
|
||||
echo "Status: $?"
|
||||
|
||||
echo "============================================="
|
||||
echo " END - Build casa"
|
||||
echo "============================================="
|
||||
|
||||
Reference in New Issue
Block a user