]> git.proxmox.com Git - mirror_lxc.git/blame - .travis.yml
lxc-oracle: allow installing from arbitrary yum repo
[mirror_lxc.git] / .travis.yml
CommitLineData
1c1c60e4
ÇO
1language: c
2compiler:
3 - gcc
4 - clang
5before_install:
4d213bd3 6 - sudo add-apt-repository ppa:ubuntu-lxc/daily -y
1c1c60e4 7 - sudo apt-get update -qq
65b8ba1a 8 - sudo apt-get install -qq libapparmor-dev libcap-dev libseccomp-dev python3-dev docbook2x libgnutls-dev liblua5.2-dev libselinux1-dev
e40bb7f4 9script: ./autogen.sh && ./configure --enable-tests && make -j4
23b9d428
SG
10notifications:
11 email:
12 recipients:
13 - lxc-devel@lists.linuxcontainers.org
14 irc:
2e3b0134 15 channels:
23b9d428 16 - "chat.freenode.net#lxcontainers"
2e3b0134 17 use_notice: true