kopia lustrzana https://gitlab.com/sane-project/backends
AWARE: Treat compiler warnings as errors on the debian-9-* builds
rodzic
3eb3d6b9bf
commit
3f8db8e2d0
|
@ -67,12 +67,14 @@ compile:debian-9-mini:
|
||||||
image: $REGISTRY_HUB:debian-9-mini
|
image: $REGISTRY_HUB:debian-9-mini
|
||||||
variables:
|
variables:
|
||||||
CONFIGURE_OPTS: "$CONFIGURE_MINI"
|
CONFIGURE_OPTS: "$CONFIGURE_MINI"
|
||||||
|
MAKE_FLAGS: "CFLAGS=-Werror"
|
||||||
<<: *compile_definition
|
<<: *compile_definition
|
||||||
|
|
||||||
compile:debian-9-full:
|
compile:debian-9-full:
|
||||||
image: $REGISTRY_HUB:debian-9-full
|
image: $REGISTRY_HUB:debian-9-full
|
||||||
variables:
|
variables:
|
||||||
CONFIGURE_OPTS: "$CONFIGURE_MINI $CONFIGURE_FULL"
|
CONFIGURE_OPTS: "$CONFIGURE_MINI $CONFIGURE_FULL"
|
||||||
|
MAKE_FLAGS: "CFLAGS=-Werror"
|
||||||
<<: *compile_definition
|
<<: *compile_definition
|
||||||
|
|
||||||
archive:
|
archive:
|
||||||
|
|
Ładowanie…
Reference in New Issue