From: Niels Möller Date: Thu, 5 Oct 2023 18:28:27 +0000 (+0200) Subject: echo and quote configure command X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=659b172e81e945d55640e8b3520efe405dac40a0;p=thirdparty%2Fnettle.git echo and quote configure command --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4d4fdd29..02090d56 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,10 +8,9 @@ variables: .native-build: image: $CI_REGISTRY/$BUILDENV_NATIVE_IMAGE script: - - printf "1 x%sx" "$EXTRA_CONFIGURE_ARGS" - - 'printf "2 x%sx" "$EXTRA_CONFIGURE_ARGS"' - ./.bootstrap - - ./configure $EXTRA_CONFIGURE_ARGS --disable-documentation && make -j$(nproc) + - 'echo ./configure $EXTRA_CONFIGURE_ARGS --disable-documentation && make -j$(nproc)' + - './configure $EXTRA_CONFIGURE_ARGS --disable-documentation && make -j$(nproc)' - make -j$(nproc) check $EXTRA_CHECK_TARGET tags: - shared