]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Travis: Adds -Wall and -Werror gcc flags to automatic build.
authortomponline <tomp@tomp.uk>
Tue, 19 Mar 2019 11:40:47 +0000 (11:40 +0000)
committertomponline <tomp@tomp.uk>
Tue, 19 Mar 2019 11:40:47 +0000 (11:40 +0000)
Signed-off-by: tomponline <tomp@tomp.uk>
.travis.yml

index c0ca0d6fa624c5e0b9a7f3a872cdde8477236103..7d6273d65858066b6011b7feec1365dad48b7dab 100644 (file)
@@ -9,6 +9,7 @@ before_install:
 script:
  - ./coccinelle/run-coccinelle.sh -i
  - git diff --exit-code
+ - export CFLAGS="-Wall -Werror"
  - ./autogen.sh
  - rm -Rf build
  - mkdir build