Skip to content

Commit

Permalink
travis: export CFLAGS=-O0 for coverity
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
  • Loading branch information
Christian Brauner committed Aug 12, 2018
1 parent 2f1f53b commit 5cbbc53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 5cbbc53

Please sign in to comment.