Add clang to Travis CI and enable ccache

This commit is contained in:
Fabian Greffrath 2020-05-12 21:25:59 +02:00
parent bec677cb6b
commit da8487d6b3

View File

@ -1,13 +1,18 @@
language: c
compiler: gcc
cache: ccache
compiler:
- gcc
- clang
sudo: required
dist: bionic
env:
- ANALYZE=false
- ANALYZE=true
matrix:
include:
- compiler: gcc
env: ANALYZE=true
addons:
apt: