mirror of https://github.com/PCSX2/pcsx2.git
travis-ci: Update the build
This commit is contained in:
parent
dca272e12d
commit
0a312295db
|
@ -1,6 +1,6 @@
|
|||
language: cpp
|
||||
|
||||
sudo: required
|
||||
os: linux
|
||||
|
||||
cache: ccache
|
||||
|
||||
|
@ -11,20 +11,16 @@ branches:
|
|||
only:
|
||||
- master
|
||||
|
||||
matrix:
|
||||
jobs:
|
||||
include:
|
||||
- env: VERSION=8 BITS=64
|
||||
compiler: gcc
|
||||
os: linux
|
||||
- env: VERSION=8 BITS=32
|
||||
compiler: gcc
|
||||
os: linux
|
||||
- env: VERSION=7 BITS=32
|
||||
compiler: gcc
|
||||
os: linux
|
||||
- env: VERSION=3.8 BITS=32
|
||||
compiler: clang
|
||||
os: linux
|
||||
|
||||
before_install:
|
||||
- ./travis.sh before_install
|
||||
|
|
|
@ -86,6 +86,7 @@ linux_32_script() {
|
|||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DBUILD_REPLAY_LOADERS=TRUE \
|
||||
-DCMAKE_BUILD_PO=FALSE \
|
||||
-DGTK2_API=TRUE \
|
||||
..
|
||||
|
||||
# Documentation says 1.5 cores, so 2 or 3 threads should work ok.
|
||||
|
@ -129,6 +130,7 @@ linux_64_script() {
|
|||
-DCMAKE_BUILD_TYPE=Devel \
|
||||
-DBUILD_REPLAY_LOADERS=TRUE \
|
||||
-DCMAKE_BUILD_PO=FALSE \
|
||||
-DGTK2_API=TRUE \
|
||||
..
|
||||
|
||||
# Documentation says 1.5 cores, so 2 or 3 threads should work ok.
|
||||
|
|
Loading…
Reference in New Issue