Skip to content

Bitrise workflow update. #44

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

Merged
merged 4 commits into from
Mar 8, 2021
Merged

Conversation

julianfalcionelli
Copy link
Contributor

@julianfalcionelli julianfalcionelli commented Mar 4, 2021

Bitrise yml is attached (although not necessary for it to work, it is for future reference only).

What I did was create 3 main workflows using modules to be able to update the steps more easily:

  • pull-request: Triggered every time a PR is made. Run Lint and Tests.
  • devDebug: Triggered when something is pushed to master. It executes the same as pull-request and also generates a build devDebug.
  • prodRelease: Triggered when a tag is generated. It executes the same as pull-request and also generates a release build.

Add flavors to make build generation more flexible according to available environments.

Closes #37

…ary for it to work, it is for future reference only).

What I did was create 3 main workflows using modules to be able to update the steps more easily:
- pull-request: Triggered every time a PR is made. Run lints and test.
- devDebug: Triggered when something is pushed to master. It executes the same as pull-request and also generates a build devDebug.
- prodRelease: Triggered when a tag is generated. It executes the same as pull-request and also generates a release build.

Add flavors to make build generation more flexible according to available environments.
Copy link
Contributor

@IvanToplak IvanToplak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@julianfalcionelli julianfalcionelli merged commit cdddb8d into master Mar 8, 2021
@julianfalcionelli julianfalcionelli deleted the julian/bitrise-workflow-update branch March 8, 2021 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI - Update Bitrise and Travis config, fix failing builds
2 participants