mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
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:
committed by
Erik de Castro Lopo
parent
b3ece71334
commit
0c741d5948
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
language: c
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
script:
|
||||
- ./autogen.sh && ./configure && make && make check
|
||||
Reference in New Issue
Block a user