mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
Bump Docker version, update clang10+gcc9, CMake 3.16, adds SDL2, LLD
The vulkan library and SDL2 libraries are now self-built, due to distro packages being too low version
This commit is contained in:
parent
762718002e
commit
af9bc631cc
1 changed files with 4 additions and 9 deletions
13
.travis.yml
13
.travis.yml
|
@ -1,5 +1,5 @@
|
||||||
language: cpp
|
language: cpp
|
||||||
matrix:
|
jobs:
|
||||||
include:
|
include:
|
||||||
# - os: linux
|
# - os: linux
|
||||||
# env:
|
# env:
|
||||||
|
@ -17,15 +17,10 @@ matrix:
|
||||||
- DEPLOY_APPIMAGE="true"
|
- DEPLOY_APPIMAGE="true"
|
||||||
services: docker
|
services: docker
|
||||||
cache: ccache
|
cache: ccache
|
||||||
install: "docker pull rpcs3/rpcs3-travis-xenial:1.0"
|
install: "docker pull rpcs3/rpcs3-travis-xenial:1.2"
|
||||||
addons:
|
script: 'travis_wait docker run -v $(pwd):/rpcs3 -v "$HOME/.ccache":/root/.ccache --env-file .travis/travis.env rpcs3/rpcs3-travis-xenial:1.2 /bin/bash -ex /rpcs3/.travis/build-linux.bash'
|
||||||
apt:
|
|
||||||
packages:
|
|
||||||
- libsdl2-2.0
|
|
||||||
- libsdl2-dev
|
|
||||||
script: 'travis_wait docker run -v $(pwd):/rpcs3 -v "$HOME/.ccache":/root/.ccache --env-file .travis/travis.env rpcs3/rpcs3-travis-xenial:1.0 /bin/bash -ex /rpcs3/.travis/build-linux.bash'
|
|
||||||
- os: osx
|
- os: osx
|
||||||
osx_image: xcode10.2
|
osx_image: xcode11.3
|
||||||
addons:
|
addons:
|
||||||
homebrew:
|
homebrew:
|
||||||
packages:
|
packages:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue