summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-10-22 12:43:49 +0100
committerSimon McVittie <smcv@collabora.com>2018-10-22 12:43:49 +0100
commite18475c6fcee32835bb025d1d2086177aaa8c8fa (patch)
treea155f7de08b05db36ee466ddf62b95ea19ee186c
parent195c843b7b6f77819d233460d584672ff16fae93 (diff)
downloaddbus-e18475c6fcee32835bb025d1d2086177aaa8c8fa.tar.gz
ci: Clarify why we are running autogen.sh even for CMake builds
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rwxr-xr-xtools/ci-build.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/ci-build.sh b/tools/ci-build.sh
index 584dd106..3f4bc595 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)"