mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-12 13:13:43 +00:00
CI/FreeBSD: enable on TravisCI as ccache works nowadays
This commit is contained in:
parent
fde7cf1fab
commit
acb17b0298
10
.travis.yml
10
.travis.yml
@ -22,11 +22,11 @@ jobs:
|
||||
compiler: clang
|
||||
install: "docker pull rpcs3/rpcs3-travis-xenial:1.6"
|
||||
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
|
||||
# compiler: clang
|
||||
# cache: ccache
|
||||
# install: "./.ci/install-freebsd.sh"
|
||||
# script: "./.ci/build-freebsd.sh"
|
||||
- os: freebsd
|
||||
compiler: clang
|
||||
cache: ccache
|
||||
install: "./.ci/install-freebsd.sh"
|
||||
script: "./.ci/build-freebsd.sh"
|
||||
# - os: osx
|
||||
# osx_image: xcode11.3
|
||||
# addons:
|
||||
|
Loading…
x
Reference in New Issue
Block a user