From acb17b02988922f607013addb40e872c77bfbc84 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Sun, 12 Jul 2020 20:44:34 +0000 Subject: [PATCH] CI/FreeBSD: enable on TravisCI as ccache works nowadays --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 55fb1c0698..7924c7e51b 100644 --- a/.travis.yml +++ b/.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: