Add gcc-10 to use with travis-CI

This commit is contained in:
asuessenbach 2020-07-29 11:59:16 +02:00
parent 90848b6fbe
commit cf6bb70849

View File

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