]> git.proxmox.com Git - mirror_lxc.git/blame - .travis.yml
Fix spacing error in namespace.c
[mirror_lxc.git] / .travis.yml
CommitLineData
1c1c60e4
ÇO
1language: c
2compiler:
3 - gcc
4 - clang
98db3207
CB
5env:
6 global:
7 - secure: "HRhoQBAke8QGGm8C8qH8cJ/vOB8x+ouDcKVL7iw6K6gLFBqSNF0Ikr/71lxof1nI2T3dk8shH5vv1i0OFhT2obHSQSYjs0fdO/B+4K/PXsj2BCmVtSketFK0xljU7RXzL+kS9V2A4R0SERygs2XahmbU0peePS2G+DbLTkWoxS8="
8addons:
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
de7187b6 14 build_command_prepend: "export CFLAGS=-O0 ./autogen.sh && mkdir build && cd build && ../configure --enable-tests --with-distro=unknown"
98db3207
CB
15 build_command: "make -j4"
16 branch_pattern: master
1c1c60e4 17before_install:
98db3207 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-
4d213bd3 19 - sudo add-apt-repository ppa:ubuntu-lxc/daily -y
1c1c60e4 20 - sudo apt-get update -qq
e46c0642 21 - sudo apt-get install -qq libapparmor-dev libcap-dev libseccomp-dev python3-dev python3-setuptools docbook2x libgnutls-dev libselinux1-dev linux-libc-dev
6bc6062d
AM
22script:
23 - ./autogen.sh
b826fe7d 24 - rm -Rf build
6bc6062d
AM
25 - mkdir build
26 - cd build
4c9ab50e 27 - ../configure --enable-tests --with-distro=unknown
6bc6062d 28 - make -j4
43f965e0 29 - make DESTDIR=$TRAVIS_BUILD_DIR/install install
23b9d428
SG
30notifications:
31 email:
32 recipients:
33 - lxc-devel@lists.linuxcontainers.org
3b6aebce 34 webhooks: https://linuxcontainers.org/webhook-lxcbot/