Run server tests on release
This commit is contained in:
parent
66baf0f95b
commit
5254e585c6
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ rm -rf "$TESTDIR"
|
||||||
meson "$TESTDIR" -Db_sanitize=address
|
meson "$TESTDIR" -Db_sanitize=address
|
||||||
ninja -C"$TESTDIR" test
|
ninja -C"$TESTDIR" test
|
||||||
|
|
||||||
|
# test server
|
||||||
|
GRADLE=${GRADLE:-./gradlew}
|
||||||
|
$GRADLE -p server check
|
||||||
|
|
||||||
BUILDDIR=build_release
|
BUILDDIR=build_release
|
||||||
rm -rf "$BUILDDIR"
|
rm -rf "$BUILDDIR"
|
||||||
meson "$BUILDDIR" --buildtype release --strip -Db_lto=true
|
meson "$BUILDDIR" --buildtype release --strip -Db_lto=true
|
||||||
|
|
Loading…
Reference in a new issue