refactor: CI
This commit is contained in:
parent
26d8f31fdc
commit
8ca6b63e2d
16 changed files with 127 additions and 87 deletions
5
scripts/build-android-debug.sh
Executable file
5
scripts/build-android-debug.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
flutter channel stable
|
||||
flutter upgrade
|
||||
truncate -s $(head -n -2 android/app/build.gradle | wc -c) android/app/build.gradle
|
||||
flutter build apk --debug -v
|
||||
Loading…
Add table
Add a link
Reference in a new issue