Unverified Commit 4ce89075 authored by Mike Gabriel's avatar Mike Gabriel

Merge branch 'mjtrangoni-update-clang-8' into 3.6.x

parents c9cac948 ee82317b
......@@ -89,10 +89,10 @@ matrix:
addons:
apt:
sources:
- llvm-toolchain-xenial-7
- llvm-toolchain-xenial-8
- ubuntu-toolchain-r-test
packages:
- clang-7
- clang-8
# imake
- xutils-dev
# X11 libaries
......@@ -109,7 +109,7 @@ matrix:
- x11-xkb-utils
env:
- MATRIX_EVAL="CC=clang-7 && CXX=clang++-7"
- MATRIX_EVAL="CC=clang-8 && CXX=clang++-8"
- STATIC_ANALYSIS="no"
before_install:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment