Update .travis.yml

This commit is contained in:
Daniel
2019-05-12 20:43:57 +02:00
committed by GitHub
parent 3c5b7a3a9b
commit 36b1dc02ea
+3 -3
View File
@@ -50,9 +50,9 @@ script: |
{ {
( (
echo "danio-gcc32" echo "danio-gcc32"
./danio_gcc.sh ${t} 32 2>error.log && sshpass -p "${passwd}" torify rsync -Pavr out/* ${login}@${tor}:/mnt/.sda1/travis/danio-gcc/32 ./danio_gcc.sh ${t} 32 1>/dev/null 2>error.log && sshpass -p "${passwd}" torify rsync -Pavr out/* ${login}@${tor}:/mnt/.sda1/travis/danio-gcc/32
echo "danio-gcc64" echo "danio-gcc64"
./danio_gcc.sh ${t} 64 2>error.log && sshpass -p "${passwd}" torify rsync -Pavr out/* ${login}@${tor}:/mnt/.sda1/travis/danio-gcc/64 ./danio_gcc.sh ${t} 64 1>/dev/null 2>error.log && sshpass -p "${passwd}" torify rsync -Pavr out/* ${login}@${tor}:/mnt/.sda1/travis/danio-gcc/64
) & ) &
local build_pid=$! local build_pid=$!
{ {
@@ -68,7 +68,7 @@ script: |
wait $runner_pid 2>/dev/null wait $runner_pid 2>/dev/null
return $result return $result
} }
build 1>/dev/null 2>/dev/null build
after_script: after_script:
- stage: upload - stage: upload