]> git.proxmox.com Git - mirror_lxcfs.git/blob - .travis.yml
Fix test_proc on s390x
[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 -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
13 script: ./bootstrap.sh && ./configure && make -j4 && make tests
14 notifications:
15 email:
16 recipients:
17 - serge.hallyn@ubuntu.com