mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com> Closes: https://github.com/xiph/flac/pull/28
10 lines
124 B
YAML
10 lines
124 B
YAML
language: c
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
os:
|
|
- linux
|
|
- osx
|
|
script:
|
|
- ./autogen.sh && ./configure && make && make check
|