Skip to content
Snippets Groups Projects
Commit cfde7726 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

ci: autotools: disable maintainer mode

parent 72f7cd6a
No related branches found
No related tags found
1 merge request!63Disable the maintainer mode in the Autotools CI jobs
Pipeline #93493 passed
......@@ -200,16 +200,14 @@ include:
AM_COLOR_TESTS: always
script:
- >
test -f ./configure &&
enable_maintainer_mode='no' ||
{ ./autogen.sh && enable_maintainer_mode='yes'; }
test -f ./configure || ./autogen.sh
- mkdir build && cd build
- >
../configure
--enable-check
--with-check-root="${LIBCHECK_ROOT}"
--enable-python
--enable-maintainer-mode="${enable_maintainer_mode}"
--disable-maintainer-mode
--prefix="${INSTALL_PREFIX}"
${CONFIG_EXTRA_ARGS}
- make --output-sync=target check AM_COLOR_TESTS=no TESTS= 2>&1 | tee "${BUILD_LOG}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment