]> git.proxmox.com Git - mirror_lxcfs.git/blame - .travis.yml
travis: install coreutils
[mirror_lxcfs.git] / .travis.yml
CommitLineData
22f9face
SH
1language: c
2compiler:
3 - gcc
4 - clang
5before_install:
6 - sudo add-apt-repository ppa:ubuntu-lxc/daily -y
7 - sudo apt-get update -qq
66a29f03 8 - sudo apt-get install -qq libfuse-dev libdbus-glib-1-dev libglib2.0-dev coreutils cgmanager
308571aa 9script: ./bootstrap.sh && ./configure && make -j4 && make tests && sudo ./tests/main.sh
22f9face
SH
10notifications:
11 email:
12 recipients:
13 - serge.hallyn@ubuntu.com