mirror of https://github.com/nirenjan/libx52.git
Travis-CI: Compile using both GCC & clang
parent
f0e6836195
commit
59652c0aff
|
@ -1,6 +1,11 @@
|
|||
language: c
|
||||
script: ./autogen.sh && ./configure && make V=0 && make distcheck
|
||||
|
||||
# Compile using both gcc & clang
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
|
||||
# Use container based infrastructure
|
||||
sudo: false
|
||||
dist: trusty
|
||||
|
|
Loading…
Reference in New Issue