pkgconf/.travis.yml

20 lines
257 B
YAML
Raw Normal View History

2015-02-03 08:22:10 +00:00
language: c
compiler:
- clang
- gcc
script:
2015-02-03 08:26:13 +00:00
- sh ./autogen.sh
2015-02-03 08:22:10 +00:00
- ./configure --prefix=/usr
- make
- make check
notifications:
email: false
irc:
channels:
- "irc.freenode.org#pkgconf"
on_success: change
on_failure: always