Skip to content

Commit

Permalink
Add g++-8 to Xenial build
Browse files Browse the repository at this point in the history
  • Loading branch information
we7u committed Apr 24, 2019
1 parent b55f1d6 commit daf546d
Showing 1 changed file with 36 additions and 13 deletions.
49 changes: 36 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,49 @@ script:
- sudo make install

matrix:

exclude:
- compiler: gcc g++

include:
- os: linux
name: "Ubuntu 14.04 with Qt4"
addons:
apt:
packages:
- qt4-dev-tools

# - os: linux
# name: "Ubuntu 14.04 with Qt4"
# addons:
# apt:
# packages:
# - qt4-dev-tools

- os: linux
dist: xenial
name: "Ubuntu 16.04 with Qt5"
addons:
apt:
sources:
- llvm-toolchain-xenial-7
- ubuntu-toolchain-r-test
packages:
- qtbase5-dev
- os: osx
name: "OSX with Qt5"
compiler: clang
addons:
homebrew:
packages:
- qt5
- g++-8
install:
- export CXX="g++-8"
- echo ${CXX}
- ${CXX} --version

# - os: linux
# dist: xenial
# name: "Ubuntu 16.04 with Qt5"
# addons:
# apt:
# packages:
# - qtbase5-dev
#
# - os: osx
# name: "OSX with Qt5"
# compiler: clang
# addons:
# homebrew:
# packages:
# - qt5


0 comments on commit daf546d

Please sign in to comment.