gitlab-ci: Build clover against all supported versions of LLVM
authorMichel Dänzer <michel.daenzer@amd.com>
Fri, 3 May 2019 08:58:48 +0000 (10:58 +0200)
committerMichel Dänzer <michel@daenzer.net>
Wed, 8 May 2019 16:59:02 +0000 (16:59 +0000)
commit68977157703350fb63aa53ddac1c91f3a6736447
tree8505693462e8b81621c98ffe3c698cec472799ca
parentcc2b3a99ccf035a084d768e5c5ffa81478d685c1
gitlab-ci: Build clover against all supported versions of LLVM

And consolidate it all into a single job.

It doesn't take much longer than a single version, thanks to ccache.
Overall, this single job might be faster or at least use fewer CPU
cycles than the two jobs before, while covering thrice as many versions
of LLVM.

v2:
* Move "rm -rf _build" to meson-build.sh.
* Set GALLIUM_DRIVERS the same way both times in the meson-clover job,
  for symmetry.

Reviewed-by: Eric Engestrom <eric.engestrom@intel.com> # v1
.gitlab-ci.yml
.gitlab-ci/debian-install.sh
.gitlab-ci/meson-build.sh [changed mode: 0644->0755]