travis: Build with GCC 7 and GCC 8

This commit is contained in:
Simon Arlott 2019-09-15 10:02:11 +01:00
parent bcd241da68
commit 0e5b57c40b
No known key found for this signature in database
GPG key ID: 49BFFEEFD4C3ED53

View file

@ -32,6 +32,22 @@ matrix:
packages: ['gcc-5', 'automake', 'autoconf', 'libtool', 'shtool', 'libsqlite3-dev', 'python-sphinx', 'texinfo']
env: COMPILER=gcc-5
- os: linux
compiler: gcc
addons:
apt:
sources: ['ubuntu-toolchain-r-test']
packages: ['gcc-7', 'automake', 'autoconf', 'libtool', 'shtool', 'libsqlite3-dev', 'python-sphinx', 'texinfo']
env: COMPILER=gcc-7
- os: linux
compiler: gcc
addons:
apt:
sources: ['ubuntu-toolchain-r-test']
packages: ['gcc-8', 'automake', 'autoconf', 'libtool', 'shtool', 'libsqlite3-dev', 'python-sphinx', 'texinfo']
env: COMPILER=gcc-8
- os: linux
compiler: clang
addons: