mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-20 20:36:53 +00:00
6 lines
90 B
YAML
6 lines
90 B
YAML
|
language: c
|
||
|
compiler:
|
||
|
- gcc
|
||
|
- clang
|
||
|
script: ./autogen.sh && ./configure && make check
|