Add travis-ci config file
[platform/upstream/kmod.git] / .travis.yml
1 language: c
2 compiler:
3   - gcc
4   - clang
5 before_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
11 script: ./bootstrap-configure && make CFLAGS="-Wno-error" && make CFLAGS="-Wno-error" check
12 notifications:
13   irc:
14     channels:
15       - "irc.freenode.org#kmod"
16     template:
17       - "%{commit}: %{author} - %{message}"