ci: Add debian-clang-release build pipeline
authorYonggang Luo <luoyonggang@gmail.com>
Sun, 7 Aug 2022 16:40:31 +0000 (00:40 +0800)
committerMarge Bot <emma+marge@anholt.net>
Fri, 2 Sep 2022 02:49:55 +0000 (02:49 +0000)
commit89772d726fb658f7bd3faa7a8c38a3644c1814bd
tree65a7fc94f66852af7f096b76a2e403e2af516abe
parent599be8326b4f9d3638739f2ebf8e6b1f91d28c30
ci: Add debian-clang-release build pipeline

As the default build type is debug according to
.gitlab-ci/meson/build.sh, the specified line is:
-D buildtype=${BUILDTYPE:-debug}

So we use release for building optimized version for testing
if the compiler optimization are fine.

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Michel Dänzer <mdaenzer@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18044>
.gitlab-ci/build/gitlab-ci.yml