]> git.ipfire.org Git - thirdparty/kmod.git/blame - .travis.yml
testsuite: add more input cases to freadline_wrapped 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
29bc329f 10 - sudo apt-get install -qq cython
4b9cab28 11# Change this to your needs
29bc329f 12script: ./bootstrap-configure && make && make check
4b9cab28
LDM
13notifications:
14 irc:
15 channels:
16 - "irc.freenode.org#kmod"
17 template:
18 - "%{commit}: %{author} - %{message}"