ci: Clarify why we are running autogen.sh even for CMake builds

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2018-10-22 12:43:49 +01:00
parent 195c843b7b
commit e18475c6fc

View file

@ -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)"