X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=.travis.yml;h=0eddef8c516471ce6edc22c1bc6332b88209cb02;hb=d85813cd63369575c36fc9b728b73026d4c09e1f;hp=23c95e9db3dcb313cb423d0d22d1ac9635ad2688;hpb=fcabf26fc057c372f12706b8e8992d9facffe199;p=mirror_lxc.git diff --git a/.travis.yml b/.travis.yml index 23c95e9db..0eddef8c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,11 +11,11 @@ addons: name: "lxc/lxc" description: "LXC - Linux Containers https://linuxcontainers.org/lxc" notification_email: lxc-devel@lists.linuxcontainers.org - build_command_prepend: "./autogen.sh && mkdir build && cd build && ../configure --enable-tests --with-distro=unknown" + build_command_prepend: "./autogen.sh && rm -Rf build && mkdir build && cd build && ../configure --enable-tests --with-distro=unknown" build_command: "make -j4" branch_pattern: master before_install: - - 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- + - echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca- - sudo add-apt-repository ppa:ubuntu-lxc/daily -y - sudo apt-get update -qq - sudo apt-get install -qq libapparmor-dev libcap-dev libseccomp-dev python3-dev python3-setuptools docbook2x libgnutls-dev libselinux1-dev linux-libc-dev