]> git.proxmox.com Git - mirror_lxc.git/blob - .travis.yml
Merge pull request #1032 from GreatFruitOmsk/travis-vpath
[mirror_lxc.git] / .travis.yml
1 language: c
2 compiler:
3 - gcc
4 - clang
5 before_install:
6 - sudo add-apt-repository ppa:ubuntu-lxc/daily -y
7 - sudo apt-get update -qq
8 - sudo apt-get install -qq libapparmor-dev libcap-dev libseccomp-dev python3-dev docbook2x libgnutls-dev liblua5.2-dev libselinux1-dev libcgmanager-dev
9 script:
10 - ./autogen.sh
11 - mkdir build
12 - cd build
13 - ../configure --enable-tests
14 - make -j4
15 - make DESTDIR=$TRAVIS_BUILD_DIR/install install
16 notifications:
17 email:
18 recipients:
19 - lxc-devel@lists.linuxcontainers.org
20 webhooks: https://linuxcontainers.org/webhook-lxcbot/