]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
tools/ci-build.sh: Pass user arguments to cmake last
authorAlex Richardson <arichardson.kde@gmail.com>
Sun, 20 Mar 2022 00:40:34 +0000 (00:40 +0000)
committerRalf Habacker <ralf.habacker@freenet.de>
Sun, 1 May 2022 15:57:40 +0000 (15:57 +0000)
This allows a user to override ENABLE_WERROR for platforms that are not
yet -Werror clean.

tools/ci-build.sh

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