]> git.proxmox.com Git - mirror_lxcfs.git/blame - .travis.yml
Fix test_proc on s390x
[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
3fd4b1ce
SH
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
398ad1b9 10 - sudo apt-get -y install -qq automake libtool libattr1-dev
5d515807
SH
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
22f9face
SH
14notifications:
15 email:
16 recipients:
17 - serge.hallyn@ubuntu.com