Merge pull request #692 from asuessenbach/clang

Add clang-10 to use with travis-CI
This commit is contained in:
Andreas Süßenbach 2020-07-29 10:41:35 +02:00 committed by GitHub
commit 7920ecee9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,6 +159,22 @@ matrix:
- libglu1-mesa-dev
compiler: clang++-9
- os: linux
before_install:
- sudo apt-get update
- sudo apt-get purge g++
- sudo apt-get install clang-10
- CC=clang-10 && CXX=clang++-10
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- ninja-build
- xorg-dev
- libglu1-mesa-dev
compiler: clang++-10
before_install:
- eval "${MATRIX_EVAL}"