]> git.proxmox.com Git - mirror_lxcfs.git/blame_incremental - .travis.yml
Per-container CPU usage in /proc/stat
[mirror_lxcfs.git] / .travis.yml
... / ...
CommitLineData
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
8 - sudo apt-get -y install -qq libfuse-dev libdbus-glib-1-dev libglib2.0-dev coreutils cgmanager
9 - sudo apt-get -y install -qq realpath || true
10 - sudo apt-get -y install -qq automake libtool libattr1-dev
11# need to modprobe fuse to run the tests...
12#script: ./bootstrap.sh && ./configure && make -j4 && make tests && cd tests && sudo ./main.sh
13script: ./bootstrap.sh && ./configure && make -j4 && make tests
14notifications:
15 email:
16 recipients:
17 - serge.hallyn@ubuntu.com