mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
Travis: disable gcc build
Temporary optimization
This commit is contained in:
parent
38cc92ec45
commit
c34821ded2
1 changed files with 10 additions and 10 deletions
18
.travis.yml
18
.travis.yml
|
@ -1,15 +1,15 @@
|
||||||
language: cpp
|
language: cpp
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
# - os: linux
|
||||||
env:
|
# env:
|
||||||
- NAME="Linux build"
|
# - NAME="Linux build"
|
||||||
- COMPILER="gcc"
|
# - COMPILER="gcc"
|
||||||
dist: trusty
|
# dist: trusty
|
||||||
services: docker
|
# services: docker
|
||||||
cache: ccache
|
# cache: ccache
|
||||||
install: "docker pull rpcs3/rpcs3-travis-trusty:1.0"
|
# install: "docker pull rpcs3/rpcs3-travis-trusty:1.0"
|
||||||
script: 'travis_wait docker run -v $(pwd):/rpcs3 -v "$HOME/.ccache":/root/.ccache --env-file .travis/travis.env rpcs3/rpcs3-travis-trusty:1.0 /bin/bash -ex /rpcs3/.travis/build-linux.bash'
|
# script: 'travis_wait docker run -v $(pwd):/rpcs3 -v "$HOME/.ccache":/root/.ccache --env-file .travis/travis.env rpcs3/rpcs3-travis-trusty:1.0 /bin/bash -ex /rpcs3/.travis/build-linux.bash'
|
||||||
- os: linux
|
- os: linux
|
||||||
env:
|
env:
|
||||||
- NAME="Linux build"
|
- NAME="Linux build"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue