]> git.ipfire.org Git - thirdparty/kmod.git/blame - .travis.yml
testsuite: give a more suitable description to test
[thirdparty/kmod.git] / .travis.yml
CommitLineData
4b9cab28
LDM
1language: c
2compiler:
3 - gcc
4 - clang
5before_install:
6 - sudo apt-get update
7 - sudo apt-get install -qq liblzma-dev
8 - sudo apt-get install -qq zlib1g-dev
9 - sudo apt-get install -qq xsltproc docbook-xsl
10# Change this to your needs
11script: ./bootstrap-configure && make CFLAGS="-Wno-error" && make CFLAGS="-Wno-error" check
12notifications:
13 irc:
14 channels:
15 - "irc.freenode.org#kmod"
16 template:
17 - "%{commit}: %{author} - %{message}"