1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

test also clang support

This commit is contained in:
Stefan Lankes 2017-08-07 08:13:02 +02:00
parent 68a74edda1
commit c059dfde83

View file

@ -3,7 +3,9 @@ dist: trusty
git:
submodules: true
language: c
compiler: gcc
compiler:
- clang
- gcc
before_install:
- echo "deb https://dl.bintray.com/rwth-os/hermitcore vivid main" | sudo tee -a /etc/apt/sources.list
- travis_retry sudo apt-get -qq update