Add files via upload
This commit is contained in:
+5
-7
@@ -1,6 +1,6 @@
|
||||
language: c
|
||||
sudo: required
|
||||
dist: bionic
|
||||
dist: xenial
|
||||
compiler:
|
||||
- gcc
|
||||
os:
|
||||
@@ -23,8 +23,7 @@ env:
|
||||
- t=microblaze64-danio-linux METHOD=newlib
|
||||
- t=mips64-danio-linux METHOD=newlib
|
||||
- t=mips-danio-linux METHOD=newlib
|
||||
- t=powerpc32-danio-linux METHOD=newlib
|
||||
- t=powerpc64-danio-linux METHOD=newlib
|
||||
- t=powerpc-danio-linux METHOD=newlib
|
||||
- t=s390-danio-linux METHOD=newlib
|
||||
- t=sh2-danio-linux METHOD=newlib
|
||||
- t=sh4-danio-linux METHOD=newlib
|
||||
@@ -59,8 +58,7 @@ env:
|
||||
- t=microblaze64-danio-linux METHOD=glibc
|
||||
- t=mips64-danio-linux METHOD=glibc
|
||||
- t=mips-danio-linux METHOD=glibc
|
||||
- t=powerpc32-danio-linux METHOD=glibc
|
||||
- t=powerpc64-danio-linux METHOD=glibc
|
||||
- t=powerpc-danio-linux METHOD=glibc
|
||||
- t=s390-danio-linux METHOD=glibc
|
||||
- t=sh2-danio-linux METHOD=glibc
|
||||
- t=sh4-danio-linux METHOD=glibc
|
||||
@@ -96,10 +94,10 @@ script: |
|
||||
(
|
||||
echo "danio-gcc32"
|
||||
./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"
|
||||
./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=$!
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user