diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-02-09 16:49:33 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-02-09 16:49:33 -0500 |
commit | a886604b8ab1e790709427771bee5fed43a8a187 (patch) | |
tree | c0395d5cca527ea86dd7e5b040ee83790ac470bc /.travis.yml | |
parent | 75039e705785b1b84da68a82544e3f6875ab7c11 (diff) |
Add .travis.yml
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000..b0860fc02d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,14 @@ +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 |