Last active
January 14, 2019 14:44
-
-
Save matisiekpl/5751a8a19edd0ea2f23b4aff2e4b5cf9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone $REPO_URL app | |
cd app | |
git checkout $COMMIT_SHA | |
wget https://dl.minio.io/client/mc/release/linux-amd64/mc | |
chmod +x mc | |
flutter build apk | |
./mc config host add enbuild $MINIO_ENDPOINT $MINIO_ACCESS_KEY $MINIO_SECRET_KEY | |
./mc cp build/app/outputs/apk/release/app-release.apk enbuild/enbuild/app-release-$BUILD_ID.apk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment