]> git.proxmox.com Git - mirror_lxcfs.git/blob - .travis.yml
enable travis
[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 script: ./bootstrap.sh && ./configure && make -j4 && make tests
11 notifications:
12 email:
13 recipients:
14 - serge.hallyn@ubuntu.com