gitlab-ci: Drop "-build-and-test" job name suffix

It's long and kind of redundant.

Reviewed-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Michel Dänzer 2020-02-10 18:44:11 +01:00 committed by Michel Dänzer
parent 49553049e8
commit 72ccd7f540

View File

@ -64,7 +64,7 @@ debian-testing:
after_script:
- ccache --show-stats
autotools-build-and-test:
autotools:
extends: .common-build-and-test
script:
- mkdir build/
@ -75,7 +75,7 @@ autotools-build-and-test:
- cd ..
- .gitlab-ci/manpages-check
meson-build-and-test:
meson:
extends: .common-build-and-test
variables:
PIGLIT_DIR: /root/piglit