a CI a day keeps the doctor away

onboarding
Sorunome 4 years ago
parent 97a5302042
commit 80505a321a

@ -40,6 +40,7 @@ android {
lintOptions {
disable 'InvalidPackage'
checkReleaseBuilds false
}
defaultConfig {

@ -2,8 +2,6 @@
flutter channel stable
flutter upgrade
flutter pub get
flutter build apk --debug
flutter build apk --profile
flutter build apk --release
mkdir -p build/android
cp build/app/outputs/apk/release/app-release.apk build/android/

Loading…
Cancel
Save