Merge branch '120-fix-all-compiler-warnings-on-the-debian-10-builds' into 'master'

CI: Turn compiler warnings into errors on Debian 10.  Fixes #120

Closes #120

See merge request sane-project/backends!288
merge-requests/283/merge
Olaf Meeuwissen 2019-12-30 07:06:02 +00:00
commit fa882855be
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -52,7 +52,7 @@ debian-10-mini:
image: $REGISTRY_HUB:debian-buster-mini
variables:
CONFIGURE_OPTS: "$CONFIGURE_MINI"
#MAKE_FLAGS: "CFLAGS=-Werror"
MAKE_FLAGS: "CFLAGS=-Werror"
<<: *compile_definition
# In addition to the regular compile check, the full Debian stable
@ -63,7 +63,7 @@ debian-10-full:
image: $REGISTRY_HUB:debian-buster-full
variables:
CONFIGURE_OPTS: "$CONFIGURE_MINI $CONFIGURE_FULL"
#MAKE_FLAGS: "CFLAGS=-Werror CXXFLAGS=-Werror"
MAKE_FLAGS: "CFLAGS=-Werror CXXFLAGS=-Werror"
<<: *compile_definition
after_script:
- make -C build/doc html-pages