mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-01 19:57:11 +01:00
upload debug builds to test server too
This commit is contained in:
parent
2ebdcd6433
commit
01e5082ad5
1 changed files with 5 additions and 2 deletions
|
@ -29,8 +29,11 @@ cd xwords/xwords4/android
|
|||
|
||||
APK="$(find . -name '*.apk')"
|
||||
if [ -n "${XW4D_UPLOAD}" ]; then
|
||||
scp "$APK" ${XW4D_UPLOAD}
|
||||
echo "uploaded $APK"
|
||||
IFS=","
|
||||
for UPPATH in ${XW4D_UPLOAD}; do
|
||||
# scp "$APK" ${UPPATH}
|
||||
echo "uploaded $APK to ${UPPATH}"
|
||||
done
|
||||
else
|
||||
echo "not uploading $APK: XW4D_UPLOAD not set" >&2
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue