]> git.proxmox.com Git - mirror_lxcfs.git/blob - .travis.yml
e0ad4aa2fd1461b72fbef7502375c2fc2f5e76cb
[mirror_lxcfs.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 libfuse-dev libdbus-glib-1-dev libglib2.0-dev
9 script: ./bootstrap.sh && ./configure && make -j4 && make tests && ./tests/main.sh
10 notifications:
11 email:
12 recipients:
13 - serge.hallyn@ubuntu.com