mirror of
https://github.com/osmarks/ngircd.git
synced 2025-12-30 17:19:05 +00:00
Add Travis-CI configuration file
This commit is contained in:
5
.travis.yml
Normal file
5
.travis.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
language: c
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
script: ./autogen.sh && ./configure && make check
|
||||
Reference in New Issue
Block a user