feat: build-stealth
All checks were successful
/ mirror (push) Successful in 4s

This commit is contained in:
ange 2025-02-20 14:07:51 +00:00
parent 399870d218
commit b03a6eecc4
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D
2 changed files with 19 additions and 1 deletions

View File

@ -15,3 +15,20 @@ jobs:
with:
name: icing-dialer-${{ gitea.ref_name }}-${{ gitea.run_id }}.apk
path: build/app/outputs/flutter-apk/app-release.apk
build-stealth:
runs-on: debian
steps:
- uses: actions/checkout@v1
with:
subpath: dialer/
- uses: icing/flutter@main
with:
args:
- build
- apk
- --dart-define=STEALTH=true
- uses: actions/upload-artifact@v1
with:
name: icing-dialer-stealth-${{ gitea.ref_name }}-${{ gitea.run_id }}.apk
path: build/app/outputs/flutter-apk/app-release.apk

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
echo "Running Icing Dialer in STEALTH mode..."
flutter run --dart-define=STEALTH=true
flutter run --dart-define=STEALTH=true