kopia lustrzana https://gitlab.com/sane-project/backends
AWARE: Treat compiler warnings as errors on debian-8-full
This build became compiler warning free in ee550e5d
. Let's keep it
that way!
merge-requests/1/head
rodzic
4119f05d5f
commit
97d2a3d22d
|
@ -12,7 +12,7 @@ variables:
|
|||
stage: build
|
||||
script:
|
||||
- ./configure $CONFIGURE_OPTS
|
||||
- make -j2 -k
|
||||
- make -j2 -k $MAKE_FLAGS
|
||||
|
||||
build:debian-8-mini:
|
||||
image: $REGISTRY_HUB:debian-8-mini
|
||||
|
@ -24,6 +24,7 @@ build:debian-8-full:
|
|||
image: $REGISTRY_HUB:debian-8-full
|
||||
variables:
|
||||
CONFIGURE_OPTS: "$CONFIGURE_MINI $CONFIGURE_FULL"
|
||||
MAKE_FLAGS: "CFLAGS=-Werror"
|
||||
<<: *build_definition
|
||||
|
||||
build:alpine-3.4-musl:
|
||||
|
|
Ładowanie…
Reference in New Issue