Add files via upload

This commit is contained in:
Daniel
2019-09-27 00:58:56 +02:00
committed by GitHub
parent d61b42f6d2
commit 3b168f5f65
+5 -7
View File
@@ -1,6 +1,6 @@
language: c language: c
sudo: required sudo: required
dist: bionic dist: xenial
compiler: compiler:
- gcc - gcc
os: os:
@@ -23,8 +23,7 @@ env:
- t=microblaze64-danio-linux METHOD=newlib - t=microblaze64-danio-linux METHOD=newlib
- t=mips64-danio-linux METHOD=newlib - t=mips64-danio-linux METHOD=newlib
- t=mips-danio-linux METHOD=newlib - t=mips-danio-linux METHOD=newlib
- t=powerpc32-danio-linux METHOD=newlib - t=powerpc-danio-linux METHOD=newlib
- t=powerpc64-danio-linux METHOD=newlib
- t=s390-danio-linux METHOD=newlib - t=s390-danio-linux METHOD=newlib
- t=sh2-danio-linux METHOD=newlib - t=sh2-danio-linux METHOD=newlib
- t=sh4-danio-linux METHOD=newlib - t=sh4-danio-linux METHOD=newlib
@@ -59,8 +58,7 @@ env:
- t=microblaze64-danio-linux METHOD=glibc - t=microblaze64-danio-linux METHOD=glibc
- t=mips64-danio-linux METHOD=glibc - t=mips64-danio-linux METHOD=glibc
- t=mips-danio-linux METHOD=glibc - t=mips-danio-linux METHOD=glibc
- t=powerpc32-danio-linux METHOD=glibc - t=powerpc-danio-linux METHOD=glibc
- t=powerpc64-danio-linux METHOD=glibc
- t=s390-danio-linux METHOD=glibc - t=s390-danio-linux METHOD=glibc
- t=sh2-danio-linux METHOD=glibc - t=sh2-danio-linux METHOD=glibc
- t=sh4-danio-linux METHOD=glibc - t=sh4-danio-linux METHOD=glibc
@@ -96,10 +94,10 @@ script: |
( (
echo "danio-gcc32" echo "danio-gcc32"
./danio_gcc.sh ${t} 32 1>/dev/null 2>error.log ./danio_gcc.sh ${t} 32 1>/dev/null 2>error.log
echo "Uploading `ls out | sort`" && sshpass -p "${passwd}" rsync -e "ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" -Pavr out/`ls out | sort` ${login}@${url}:/home/frs/project/danio-gcc/32bits echo "Uploading `ls out | sort`" && sshpass -p "${passwd}" rsync -e "ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" -Pavr out/* ${login}@${url}:/home/frs/project/danio-gcc/32bits
echo "danio-gcc64" echo "danio-gcc64"
./danio_gcc.sh ${t} 64 1>/dev/null 2>error.log ./danio_gcc.sh ${t} 64 1>/dev/null 2>error.log
echo "Uploading `ls out | sort`" && sshpass -p "${passwd}" rsync -e "ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" -Pavr out/`ls out | sort` ${login}@${url}:/home/frs/project/danio-gcc/64bits echo "Uploading `ls out | sort`" && sshpass -p "${passwd}" rsync -e "ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" -Pavr out/* ${login}@${url}:/home/frs/project/danio-gcc/64bits
) & ) &
local build_pid=$! local build_pid=$!
{ {