eudev/.travis.yml
Anthony G. Basile a886604b8a Add .travis.yml
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
2015-02-09 16:49:33 -05:00

15 lines
371 B
YAML

language: c
compiler:
- gcc
- clang
before_install:
- sudo apt-get update -qq
- sudo apt-get install autotools-dev automake autoconf libtool gtk-doc-tools gperf
script: ./autogen.sh && ./configure --enable-gtk-doc && make V=1 && make distcheck
notifications:
irc:
channels:
- "irc.freenode.org#gentoo-udev"
on_success: change
on_failure: always