Add a Fedora 30 build, drop the Fedora 28 one

merge-requests/58/head
Olaf Meeuwissen 2019-05-04 09:19:26 +09:00
rodzic 1b8f7926fe
commit f6038a70ec
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -71,14 +71,14 @@ compile:debian-9-full:
- doc/sanei-html
expire_in: 1 day
compile:fedora-28-clang:
image: $REGISTRY_HUB:fedora-28-clang
compile:fedora-29-clang:
image: $REGISTRY_HUB:fedora-29-clang
variables:
CONFIGURE_OPTS: "$CONFIGURE_MINI $CONFIGURE_FULL"
<<: *compile_definition
compile:fedora-29-clang:
image: $REGISTRY_HUB:fedora-29-clang
compile:fedora-30-clang:
image: $REGISTRY_HUB:fedora-30-clang
variables:
CONFIGURE_OPTS: "$CONFIGURE_MINI $CONFIGURE_FULL"
<<: *compile_definition