]> git.proxmox.com Git - mirror_lxc.git/blob - .travis.yml
caps: fix illegal access to array bound
[mirror_lxc.git] / .travis.yml
1 language: c
2 compiler:
3 - gcc
4 - clang
5 env:
6 global:
7 - secure: "HRhoQBAke8QGGm8C8qH8cJ/vOB8x+ouDcKVL7iw6K6gLFBqSNF0Ikr/71lxof1nI2T3dk8shH5vv1i0OFhT2obHSQSYjs0fdO/B+4K/PXsj2BCmVtSketFK0xljU7RXzL+kS9V2A4R0SERygs2XahmbU0peePS2G+DbLTkWoxS8="
8 addons:
9 coverity_scan:
10 project:
11 name: "lxc/lxc"
12 description: "LXC - Linux Containers https://linuxcontainers.org/lxc"
13 notification_email: lxc-devel@lists.linuxcontainers.org
14 build_command_prepend: "export CFLAGS=-O0 ./autogen.sh && mkdir build && cd build && ../configure --enable-tests --with-distro=unknown"
15 build_command: "make -j4"
16 branch_pattern: master
17 before_install:
18 - echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-
19 - sudo add-apt-repository ppa:ubuntu-lxc/daily -y
20 - sudo apt-get update -qq
21 - sudo apt-get install -qq libapparmor-dev libcap-dev libseccomp-dev python3-dev python3-setuptools docbook2x libgnutls-dev libselinux1-dev linux-libc-dev
22 script:
23 - ./autogen.sh
24 - rm -Rf build
25 - mkdir build
26 - cd build
27 - ../configure --enable-tests --with-distro=unknown
28 - make -j4
29 - make DESTDIR=$TRAVIS_BUILD_DIR/install install
30 notifications:
31 email:
32 recipients:
33 - lxc-devel@lists.linuxcontainers.org
34 webhooks: https://linuxcontainers.org/webhook-lxcbot/