gitlab-ci: add manual build step to test on ubuntu:rolling and ubuntu:devel

Rolling is the latest release (regardless of whether LTS), currently
that would be 19.04.

Devel is the next release, currently that would be 19.10.

Add manual build steps to trigger those builds so we can manually verify
that they pass.
This commit is contained in:
Thomas Haller 2019-07-11 11:53:37 +02:00
parent ec77d477a8
commit 13b4cad989

View file

@ -127,6 +127,18 @@ t_ubuntu:18.04:
image: ubuntu:18.04
<<: *do_build
t_ubuntu:rolling:
<<: *debian_install
image: ubuntu:rolling
<<: *do_build
when: manual
t_ubuntu:devel:
<<: *debian_install
image: ubuntu:devel
<<: *do_build
when: manual
t_debian:9:
<<: *debian_install
image: debian:stretch