refactor: CI

This commit is contained in:
Christian Pauly 2020-11-21 11:36:13 +01:00
commit 8ca6b63e2d
16 changed files with 127 additions and 87 deletions

7
scripts/build-android-apk.sh Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
flutter channel stable
flutter upgrade
flutter pub get
flutter build apk --release
mkdir -p build/android
cp build/app/outputs/apk/release/app-release.apk build/android/