mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-06 09:18:12 +02:00
tools/ci-build.sh: Pass user arguments to cmake last
This allows a user to override ENABLE_WERROR for platforms that are not yet -Werror clean.
This commit is contained in:
parent
bf04d6fb54
commit
50689407cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue