gitlab-ci: add test on Fedora 30 image

And no longer use "fedora:lastest". While "fedora:rawhide" names the very
latest branch (and we want to test that), for all proper releases we want
name them explicitly.
This commit is contained in:
Thomas Haller
2019-04-09 17:48:35 +02:00
parent 52ea426b81
commit 2955d5e69a

View File

@@ -50,12 +50,17 @@ build_f28:
paths: paths:
- docs-html - docs-html
build_f_latest: build_f29:
<<: *fedora_install <<: *fedora_install
image: fedora:latest image: fedora:29
<<: *fedora_script <<: *fedora_script
build_f_rawhide: build_f30:
<<: *fedora_install
image: fedora:30
<<: *fedora_script
build_frawhide:
<<: *fedora_install <<: *fedora_install
image: fedora:rawhide image: fedora:rawhide
<<: *fedora_script <<: *fedora_script