From e18475c6fcee32835bb025d1d2086177aaa8c8fa Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 22 Oct 2018 12:43:49 +0100 Subject: [PATCH] ci: Clarify why we are running autogen.sh even for CMake builds Signed-off-by: Simon McVittie --- tools/ci-build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/ci-build.sh b/tools/ci-build.sh index 584dd106b..3f4bc595f 100755 --- a/tools/ci-build.sh +++ b/tools/ci-build.sh @@ -85,7 +85,9 @@ maybe_fail_tests () { fi } -# generate config.h.in and configure +# Generate config.h.in and configure. We do this for both Autotools and +# CMake builds, so that the CMake build can compare config.h.in with its +# own checks. NOCONFIGURE=1 ./autogen.sh srcdir="$(pwd)" -- 2.47.3