Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
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 -O0 --enable-tests --with-distro=unknown"
+ build_command_prepend: "export CFLAGS=-O0 ./autogen.sh && mkdir build && cd build && ../configure --enable-tests --with-distro=unknown"
build_command: "make -j4"
branch_pattern: master
before_install: