Merge pull request #691 from asuessenbach/clang

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

View File

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