.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