Fix dart→flutter test in integration script; add task build-android
- stalwart-dev/test.sh: dart test → flutter test (project requires Flutter SDK) - Taskfile: add build-android task (flutter build apk --release) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
427ba5d0ac
commit
da38948652
@@ -53,8 +53,8 @@ echo "Stalwart ready — IMAP=:${STALWART_IMAP_PORT} SMTP=:${STALWART_SMTP_PORT
|
||||
ROOT="$(cd "$(dirname "$0")/.." && pwd)"
|
||||
cd "$ROOT"
|
||||
|
||||
# Export vars so dart test can read them.
|
||||
# Export vars so flutter test can read them.
|
||||
export STALWART_IMAP_HOST="127.0.0.1"
|
||||
export STALWART_SMTP_HOST="127.0.0.1"
|
||||
|
||||
dart test test/integration/
|
||||
flutter test test/integration/
|
||||
|
||||
Reference in New Issue
Block a user