Merge pull request #694 from asuessenbach/gcc

Add gcc-9 to use with travis-CI
This commit is contained in:
Andreas Süßenbach 2020-07-29 11:54:51 +02:00 committed by GitHub
commit 90848b6fbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,6 +63,20 @@ matrix:
- MATRIX_EVAL="CC=gcc-8 && CXX=g++-8"
compiler: g++-8
- os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-9
- ninja-build
- xorg-dev
- libglu1-mesa-dev
env:
- MATRIX_EVAL="CC=gcc-9 && CXX=g++-9"
compiler: g++-9
- os: linux
before_install:
- sudo apt-get update