gitlab CI: move the build instructions into a bash file
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 28 Nov 2019 01:35:54 +0000 (11:35 +1000)
committerBenjamin Tissoires <benjamin.tissoires@gmail.com>
Thu, 28 Nov 2019 13:35:55 +0000 (14:35 +0100)
commit142399f8a39c2f679286fae93ee03be8d7c75e34
tree771b6732ac4b6ae09923f5569d4da4af9fc93230
parent3f051ca9d8b30e80c5783b558d4f575f68d522e1
gitlab CI: move the build instructions into a bash file

Extending/debugging scripts in the gitlab CI directly is a pain, the
turnaround cycle is terrible. Let's move this into a shellscript that we can
just call directly.

Bonus side-effect: if we wanted to extend the script: set somewhere, this is
now much easier to override.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
.gitlab-ci.yml
.gitlab-ci/meson-build.sh [new file with mode: 0755]