blob: 225be238bc9ac1d4bb64ef538d89e1ca65eae46f [file] [log] [blame]
Lucas De Marchi4b9cab22013-04-30 00:21:21 -03001language: 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
Lucas De Marchi29bc3292014-04-07 10:55:47 -030010 - sudo apt-get install -qq cython
Lucas De Marchi4b9cab22013-04-30 00:21:21 -030011# Change this to your needs
Lucas De Marchi29bc3292014-04-07 10:55:47 -030012script: ./bootstrap-configure && make && make check
Lucas De Marchi4b9cab22013-04-30 00:21:21 -030013notifications:
14 irc:
15 channels:
16 - "irc.freenode.org#kmod"
17 template:
18 - "%{commit}: %{author} - %{message}"