]> git.proxmox.com Git - mirror_lxcfs.git/blame - .travis.yml
cpuinfo: use cpu view based on cpu quotas
[mirror_lxcfs.git] / .travis.yml
CommitLineData
22f9face
SH
1language: c
2compiler:
3 - gcc
4 - clang
187c264c
CB
5env:
6 global:
7 - secure: "Nu2cNo2RHjZxl2eiuWVRlznMAZu4YCvsbaxf4djolj+MYIw2KfMqMM9cM9EC3/ikljZcrlleOXZDcyNFdlNIbeadXythleNQJRK3eX8x226f6vqAs4i/ppbl4oMnlQx3yzG9+PBHtelv/db8TxXLX51+qB8N0820v0ieTpwYbkI="
8addons:
9 coverity_scan:
10 project:
11 name: "lxc/lxcfs"
12 description: "FUSE filesystem for LXC https://linuxcontainers.org/lxcfs"
13 build_command_prepend: "./bootstrap.sh && ./configure"
14 build_command: "make -j4"
15 branch_pattern: master
22f9face 16before_install:
e70d58cc 17 - echo -n | openssl s_client -connect https://scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-
22f9face
SH
18 - sudo add-apt-repository ppa:ubuntu-lxc/daily -y
19 - sudo apt-get update -qq
3fd4b1ce
SH
20 - sudo apt-get -y install -qq libfuse-dev libdbus-glib-1-dev libglib2.0-dev coreutils cgmanager
21 - sudo apt-get -y install -qq realpath || true
398ad1b9 22 - sudo apt-get -y install -qq automake libtool libattr1-dev
5d515807
SH
23# need to modprobe fuse to run the tests...
24#script: ./bootstrap.sh && ./configure && make -j4 && make tests && cd tests && sudo ./main.sh
25script: ./bootstrap.sh && ./configure && make -j4 && make tests
22f9face
SH
26notifications:
27 email:
28 recipients:
29 - serge.hallyn@ubuntu.com