refactor: CI

This commit is contained in:
Christian Pauly
2020-11-21 11:36:13 +01:00
parent 024039d6f7
commit 34d7fdd7bc
16 changed files with 127 additions and 87 deletions

5
scripts/build-android-debug.sh Executable file
View 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