Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use Actions to test, build and release #22

Open
slovnicki opened this issue Jan 6, 2021 · 2 comments
Open

use Actions to test, build and release #22

slovnicki opened this issue Jan 6, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@slovnicki
Copy link
Collaborator

slovnicki commented Jan 6, 2021

It would be pretty cool to automate things so I'll be making use of GitHub Actions. The plan is to create release branch and then run some flutter actions to build apk and ios after a push to release branch. Then upload the builds via upload artifact action and bundle them in a release with create release action. Also, we'll hopefully write some tests in the future so I'll be putting an action to run flutter test on each push to master branch.

@slovnicki slovnicki added the enhancement New feature or request label Jan 6, 2021
@slovnicki slovnicki self-assigned this Jan 6, 2021
@slovnicki
Copy link
Collaborator Author

@slovnicki
Copy link
Collaborator Author

Build and artifact upload (just the apk) is done: https://github.com/Flutter-Buddies/tic_tac_no/blob/master/.github/workflows/build.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant