Skip to content

Instantly share code, notes, and snippets.

@matisiekpl
Last active January 14, 2019 14:44
Show Gist options
  • Save matisiekpl/5751a8a19edd0ea2f23b4aff2e4b5cf9 to your computer and use it in GitHub Desktop.
Save matisiekpl/5751a8a19edd0ea2f23b4aff2e4b5cf9 to your computer and use it in GitHub Desktop.
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