Skip to content

Commit 5254e58

Browse files
committed
Run server tests on release
1 parent 66baf0f commit 5254e58

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

release.sh

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ rm -rf "$TESTDIR"
88
meson "$TESTDIR" -Db_sanitize=address
99
ninja -C"$TESTDIR" test
1010

11+
# test server
12+
GRADLE=${GRADLE:-./gradlew}
13+
$GRADLE -p server check
14+
1115
BUILDDIR=build_release
1216
rm -rf "$BUILDDIR"
1317
meson "$BUILDDIR" --buildtype release --strip -Db_lto=true

0 commit comments

Comments
 (0)