TravisCI: check on OSX as well, test both gcc and clang.

pull/1/head
Christian Beier 7 years ago
parent 78f26fe1ff
commit bbdd4ba7d8
No known key found for this signature in database
GPG Key ID: 421BB3B45C6067F8

@ -1,4 +1,12 @@
language: c
os:
- linux
- osx
compiler:
- gcc
- clang
# before build script, run autoreconf
before_script: autoreconf -fiv
Loading…
Cancel
Save