mirror of
https://github.com/falk-werner/webfuse-provider
synced 2026-03-02 04:09:18 +00:00
fixes buildtype coverage and minsize release
This commit is contained in:
@@ -4,7 +4,15 @@
|
||||
|
||||
rm -rf meson
|
||||
|
||||
BUILDTYPE="$VARIANT"
|
||||
COVERAGE=false
|
||||
|
||||
if [ "$VARIANT" = "coverage" ]; then
|
||||
BUILDTYPE="debug"
|
||||
COVERAGE=true
|
||||
fi
|
||||
|
||||
[ -z "$VERBOSE" ] || set -x
|
||||
|
||||
exec meson setup --buildtype "$VARIANT" "${PWD}/meson" "$PROJECTDIR" "$@"
|
||||
exec meson setup --buildtype "$BUILDTYPE" "-Db_coverage=$COVERAGE" "${PWD}/meson" "$PROJECTDIR" "$@"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user