]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
CI: for cmake show the used command lines when compiling and linking
authorRalf Habacker <ralf.habacker@freenet.de>
Fri, 29 May 2020 14:43:24 +0000 (16:43 +0200)
committerRalf Habacker <ralf.habacker@freenet.de>
Fri, 29 May 2020 14:43:52 +0000 (16:43 +0200)
This helps to detect incorrect settings.

tools/ci-build.sh

index 4e5d48d7475e66c95d80571c942a6b8cd3a6198a..c0d331f1aa716ed383557c6d63b03bb89063fb37 100755 (executable)
@@ -387,7 +387,7 @@ case "$ci_buildsys" in
                 ;;
         esac
 
-        cmake "$@" ..
+        cmake "$@" -DCMAKE_VERBOSE_MAKEFILE=ON ..
 
         ${make}
         # The test coverage for OOM-safety is too verbose to be useful on