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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user