1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 09:20:38 +00:00

Add osx exclusion list; fail on failed deployment

This commit is contained in:
Luke Ceddia 2020-01-06 18:43:36 +11:00
parent 963b1afd3a
commit d4391a2c4c
2 changed files with 4 additions and 1 deletions

View file

@ -11,8 +11,9 @@ tar --create --auto-compress --file ${filename} --exclude-from=qb64/.ci/common-e
for i in `seq 1 10`
do scp ${filename} remote-server:autobuilds/development/
if [ "$?" -eq 0 ]
then exit 0
then exit 0
fi
echo scp $i failed
done
exit 1

2
.ci/osx-exclusion.list Normal file
View file

@ -0,0 +1,2 @@
setup_lnx.sh
internal/c/c_compiler