gitlab-ci.d/buildtest-template: Simplify the configure step
authorThomas Huth <thuth@redhat.com>
Tue, 7 Feb 2023 20:14:46 +0000 (21:14 +0100)
committerThomas Huth <thuth@redhat.com>
Mon, 27 Feb 2023 08:18:15 +0000 (09:18 +0100)
commit22ebcba061f882c4cc4a77124d1e9f13cd3b1a07
tree43c0600190938225388110d266a7f1740c769600
parent2f5a375f6033fcb4cedd6874852ff3def5841c95
gitlab-ci.d/buildtest-template: Simplify the configure step

It's easier to use ${TARGETS:+--target-list="$TARGETS"} to add
a --target-list parameter depending on whether the TARGETS variable
is set or not.

Message-Id: <20230207201447.566661-5-thuth@redhat.com>
Reviewed-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
.gitlab-ci.d/buildtest-template.yml