travis: export CFLAGS=-O0 for coverity

parent 2f1f53b8
......@@ -11,7 +11,7 @@ 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 -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment