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:
Alex Richardson 2022-03-20 00:40:34 +00:00 committed by Ralf Habacker
parent bf04d6fb54
commit 50689407cf

View file

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