mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
Extend timeout on travis
This commit is contained in:
parent
557f0c5a8a
commit
4554eedd19
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ jobs:
|
||||||
cache: ccache
|
cache: ccache
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
install: "docker pull rpcs3/rpcs3-travis-xenial:1.6"
|
install: "docker pull rpcs3/rpcs3-travis-xenial:1.6"
|
||||||
script: 'travis_wait docker run -v $(pwd):/rpcs3 -v "$HOME/.ccache":/root/.ccache --env-file .ci/travis.env rpcs3/rpcs3-travis-xenial:1.6 /rpcs3/.ci/build-linux.sh'
|
script: 'travis_wait 30 docker run -v $(pwd):/rpcs3 -v "$HOME/.ccache":/root/.ccache --env-file .ci/travis.env rpcs3/rpcs3-travis-xenial:1.6 /rpcs3/.ci/build-linux.sh'
|
||||||
- os: linux
|
- os: linux
|
||||||
dist: xenial
|
dist: xenial
|
||||||
env:
|
env:
|
||||||
|
@ -21,7 +21,7 @@ jobs:
|
||||||
cache: ccache
|
cache: ccache
|
||||||
compiler: clang
|
compiler: clang
|
||||||
install: "docker pull rpcs3/rpcs3-travis-xenial:1.6"
|
install: "docker pull rpcs3/rpcs3-travis-xenial:1.6"
|
||||||
script: 'travis_wait docker run -v $(pwd):/rpcs3 -v "$HOME/.ccache":/root/.ccache --env-file .ci/travis.env rpcs3/rpcs3-travis-xenial:1.6 /rpcs3/.ci/build-linux.sh'
|
script: 'travis_wait 30 docker run -v $(pwd):/rpcs3 -v "$HOME/.ccache":/root/.ccache --env-file .ci/travis.env rpcs3/rpcs3-travis-xenial:1.6 /rpcs3/.ci/build-linux.sh'
|
||||||
# - os: freebsd
|
# - os: freebsd
|
||||||
# compiler: clang
|
# compiler: clang
|
||||||
# cache: ccache
|
# cache: ccache
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue