Re: [PATCH v2 4/5] .gitlab-ci.d/buildtest-template: Simplify the configure step

2023-02-23 Thread David Woodhouse
On Tue, 2023-02-07 at 21:14 +0100, Thomas Huth wrote: > 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. > > Signed-off-by: Thomas Huth Reviewed-by: David Woodhouse smime.p7s Description: S/M

[PATCH v2 4/5] .gitlab-ci.d/buildtest-template: Simplify the configure step

2023-02-07 Thread Thomas Huth
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. Signed-off-by: Thomas Huth --- .gitlab-ci.d/buildtest-template.yml | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.git