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

Set up continuous integration/continuous delivery #12

Open
WillieCubed opened this issue Sep 30, 2019 · 0 comments
Open

Set up continuous integration/continuous delivery #12

WillieCubed opened this issue Sep 30, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@WillieCubed
Copy link
Contributor

Continuous integration (CI) is the process of continuously merging our code into a shared branch. Continuous delivery is the process of continuously

For both of these things, we use tools to make our job easier. CI allows us to verify that our code works before we merge it into our dev branch. CD allows us to automatically produce working builds of our app that we can potentially showcase for build nights.

In any case, this will be enormously beneficial when we start producing more features that might conflict with each other.

@jafrilli, could you look into CI/CD for Flutter apps? There appears to be an easy way to do this that's on the Flutter website.

This isn't really a stretch goal. It's more of a "do when we we're waiting for something else" goal.

@WillieCubed WillieCubed added the enhancement New feature or request label Sep 30, 2019
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

2 participants