]> git.proxmox.com Git - mirror_lxc.git/blame - .travis.yml
allow multiple types of init scripts to be configured
[mirror_lxc.git] / .travis.yml
CommitLineData
1c1c60e4
ÇO
1language: c
2compiler:
3 - gcc
4 - clang
5before_install:
6 - sudo apt-get update -qq
53998c00
SG
7 - sudo apt-get install -qq libapparmor-dev libcap-dev libseccomp-dev python3-dev docbook2x libgnutls-dev liblua5.2-dev libselinux1-dev doxygen graphviz
8script: ./autogen.sh && ./configure --enable-tests && make -j4
23b9d428
SG
9notifications:
10 email:
11 recipients:
12 - lxc-devel@lists.linuxcontainers.org
13 irc:
14 - "chat.freenode.net#lxcontainers"