fix travis

This commit is contained in:
Megamouse
2019-01-10 10:25:44 +01:00
parent d7cd280827
commit 0236b994e4
2 changed files with 9 additions and 3 deletions
+8 -1
View File
@@ -21,7 +21,14 @@ matrix:
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'
- os: osx
osx_image: xcode10
osx_image: xcode10.1
addons:
homebrew:
packages:
- ccache
- glew
- ninja
- qt
script: "/bin/bash -ex .travis/build-mac.bash"
cache: ccache