Add travis-ci config file

Experiment with a build bot.
This commit is contained in:
Lucas De Marchi 2013-04-30 00:21:21 -03:00
parent 5eac795b8b
commit 4b9cab2872
1 changed files with 17 additions and 0 deletions

17
.travis.yml Normal file
View File

@ -0,0 +1,17 @@
language: c
compiler:
- gcc
- clang
before_install:
- sudo apt-get update
- sudo apt-get install -qq liblzma-dev
- sudo apt-get install -qq zlib1g-dev
- sudo apt-get install -qq xsltproc docbook-xsl
# Change this to your needs
script: ./bootstrap-configure && make CFLAGS="-Wno-error" && make CFLAGS="-Wno-error" check
notifications:
irc:
channels:
- "irc.freenode.org#kmod"
template:
- "%{commit}: %{author} - %{message}"