Merge pull request #615 from mtavenrath/disable-clang-3.9

Temporarily disable clang 3.9
This commit is contained in:
Andreas Süßenbach 2020-05-20 13:21:21 +02:00 committed by GitHub
commit 306d2ce9c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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