Update travis build matrix

This commit is contained in:
David Capello 2018-08-10 17:17:06 -03:00
parent b179cc5072
commit 7dfe6f21ee

View File

@ -1,20 +1,27 @@
language: cpp language: cpp
dist: trusty
compiler: matrix:
- clang include:
- gcc - os: osx
osx_image: xcode9
env: env:
matrix: - ENABLE_UI=ON
- ENABLE_UI=OFF - os: linux
- ENABLE_UI=ON env:
- ENABLE_UI=OFF
before_install: - os: linux
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test env:
- sudo apt-get update -qq - ENABLE_UI=ON
- sudo apt-get install -y -qq g++-4.8 - os: linux
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8"; fi addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-7
env:
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
- ENABLE_UI=ON
before_script: before_script:
- mkdir build - mkdir build