forked from devuan/eudev
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
353 B
14 lines
353 B
language: c
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
before_install:
|
|
- sudo apt-get update -qq
|
|
- sudo apt-get install autotools-dev automake autoconf libtool gperf xsltproc docbook-xsl
|
|
script: ./autogen.sh && ./configure && make V=1 distcheck
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- "irc.freenode.org#gentoo-udev"
|
|
on_success: change
|
|
on_failure: always
|
|
|