Add FreeBSD to CI (#8261)

* CI: add FreeBSD job

* CI: add FreeBSD job on CirrusCI

* CI: disable Travis on FreeBSD due to broken ccache
This commit is contained in:
Jan Beich
2020-05-22 21:54:28 +00:00
committed by GitHub
parent b8f86eb78d
commit 3048bb1a75
4 changed files with 81 additions and 0 deletions
+5
View File
@@ -22,6 +22,11 @@ jobs:
compiler: clang
install: "docker pull rpcs3/rpcs3-travis-xenial:1.4"
script: 'travis_wait docker run -v $(pwd):/rpcs3 -v "$HOME/.ccache":/root/.ccache --env-file .ci/travis.env rpcs3/rpcs3-travis-xenial:1.4 /rpcs3/.ci/build-linux.sh'
# - os: freebsd
# compiler: clang
# cache: ccache
# install: "./.ci/install-freebsd.sh"
# script: "./.ci/build-freebsd.sh"
# - os: osx
# osx_image: xcode11.3
# addons: