mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-11-23 23:10:57 +07:00
Add .travis.yml
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
This commit is contained in:
parent
75039e7057
commit
a886604b8a
14
.travis.yml
Normal file
14
.travis.yml
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user