Drop build environments

Adding them did not quite have the effect I thought it would. I had
thought it would allow for easy linking to build logs by environment
name.  Alas, no such luck.

This reverts commits:
 - 9c44317289
 - 6209fecf3a
merge-requests/1/head
Olaf Meeuwissen 2016-09-04 12:13:16 +09:00
rodzic 74b4a34e82
commit 0d527f6659
1 zmienionych plików z 0 dodań i 4 usunięć

Wyświetl plik

@ -15,28 +15,24 @@ variables:
- make -j2 -k
build:debian-8-mini:
environment: debian-8-mini
image: $REGISTRY_HUB:debian-8-mini
variables:
CONFIGURE_OPTS: "$CONFIGURE_MINI"
<<: *build_definition
build:debian-8-full:
environment: debian-8-full
image: $REGISTRY_HUB:debian-8-full
variables:
CONFIGURE_OPTS: "$CONFIGURE_MINI $CONFIGURE_FULL"
<<: *build_definition
build:alpine-3.4-musl:
environment: alpine-3_4-musl
image: $REGISTRY_HUB:alpine-3.4-musl
variables:
CONFIGURE_OPTS: "$CONFIGURE_MINI $CONFIGURE_FULL"
<<: *build_definition
build:fedora-24-clang:
environment: fedora-24-clang
image: $REGISTRY_HUB:fedora-24-clang
variables:
CONFIGURE_OPTS: "$CONFIGURE_MINI $CONFIGURE_FULL"