Add clang to travis config

This commit is contained in:
Marcus Holland-Moritz 2020-11-23 01:14:36 +01:00
parent eaf05616ca
commit 77cac3254d

View File

@ -8,6 +8,7 @@ addons:
apt: apt:
packages: packages:
- g++ - g++
- clang
- cmake - cmake
- make - make
- pkg-config - pkg-config
@ -32,6 +33,7 @@ addons:
compiler: compiler:
- gcc - gcc
- clang
before_script: before_script:
- mkdir build - mkdir build