Update .travis.yml
This commit is contained in:
+3
-3
@@ -50,9 +50,9 @@ script: |
|
||||
{
|
||||
(
|
||||
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"
|
||||
./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=$!
|
||||
{
|
||||
@@ -68,7 +68,7 @@ script: |
|
||||
wait $runner_pid 2>/dev/null
|
||||
return $result
|
||||
}
|
||||
build 1>/dev/null 2>/dev/null
|
||||
build
|
||||
|
||||
after_script:
|
||||
- stage: upload
|
||||
|
||||
Reference in New Issue
Block a user