gitlab: generate the gitlab-ci configuration before each build
authorRomain Naour <romain.naour@gmail.com>
Sat, 25 Jul 2020 21:35:58 +0000 (23:35 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Mon, 27 Jul 2020 11:45:52 +0000 (13:45 +0200)
commit93a28709664623bb394e7e5c9a0be6fc6b52ae5f
tree312d53e8b87ea257ca06f9d083d9290cfbf08222
parent2681d433104627fc38b9da8c764430bb56d0adee
gitlab: generate the gitlab-ci configuration before each build

Since Gitlab 12.9, Gitlab allow to trigger child pipeline with generated configuration file.
See: https://gitlab.com/gitlab-org/gitlab/-/issues/35632

This allow us to stop updating the .gitlab-ci.yml file when a
new defconfig is added to Buildroot.

Remove check-gitlab-ci.yml job since it is now uneeded.
Remove .gitlab-ci.yml make target.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Arnout Vandecappelle <arnout@mind.be>
[ann.morin.1998@free.fr: manual: no longer needed to update at all]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
.gitlab-ci.yml
.gitlab-ci.yml.in [deleted file]
Makefile
docs/manual/contribute.txt
support/misc/gitlab-ci.yml.in [new file with mode: 0644]