eudev/.travis.yml

15 lines
353 B
YAML
Raw Permalink Normal View History

language: c
compiler:
- gcc
- clang
before_install:
- sudo apt-get update -qq
2016-11-26 06:25:36 +07:00
- sudo apt-get install autotools-dev automake autoconf libtool gperf xsltproc docbook-xsl
2015-10-13 13:06:53 +07:00
script: ./autogen.sh && ./configure && make V=1 distcheck
notifications:
irc:
channels:
- "irc.freenode.org#gentoo-udev"
on_success: change
on_failure: always