Files
GitJournal/scripts/build.sh
Vishesh Handa f2d37f2647 CI: Do not build the APK
Only build the AAB, since it's all we're uploading. Earlier the apk was
still useful as I was downloading it for manual testing, but now all
testing is done by downloading the release from the app store in a
Closed Testing List.
2020-06-01 23:30:31 +02:00

9 lines
176 B
Bash
Executable File

#!/usr/bin/env bash
set -eux
BUILD_NUM=`git rev-list --count HEAD`
echo "Build Number: $BUILD_NUM"
flutter build appbundle --flavor prod --build-number=$BUILD_NUM --verbose