travis-ci: Update the build

This commit is contained in:
Jonathan Li 2020-11-03 13:14:44 +00:00
parent dca272e12d
commit 0a312295db
2 changed files with 4 additions and 6 deletions

View File

@ -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

View File

@ -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.