CI/FreeBSD: enable on TravisCI as ccache works nowadays

This commit is contained in:
Jan Beich 2020-07-12 20:44:34 +00:00 committed by Ani
parent fde7cf1fab
commit acb17b0298

View File

@ -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: