forked from ariadne/pkgconf
Activate travis ci
parent
59955829ae
commit
fc645f3380
|
@ -0,0 +1,18 @@
|
|||
language: c
|
||||
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
|
||||
script:
|
||||
- ./configure --prefix=/usr
|
||||
- make
|
||||
- make check
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
irc:
|
||||
channels:
|
||||
- "irc.freenode.org#pkgconf"
|
||||
on_success: change
|
||||
on_failure: always
|
Loading…
Reference in New Issue