mirror of https://github.com/xiph/flac
Create .travis.yml
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com> Closes: https://github.com/xiph/flac/pull/28
This commit is contained in:
parent
b3ece71334
commit
0c741d5948
|
@ -0,0 +1,9 @@
|
|||
language: c
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
script:
|
||||
- ./autogen.sh && ./configure && make && make check
|
Loading…
Reference in New Issue