mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-08 22:10:19 +01:00
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:
parent
195c843b7b
commit
e18475c6fc
1 changed files with 3 additions and 1 deletions
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue