We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CI/CD
I want to set up a CI/CD so I am not building and deploying from my own machine.
I really this should cover: On all PRs - Running the tests, code analysis, building the app
A release procedure off a release branch:
Looking at GitHub actions but also Bitrise, CircleCI and CodeMagic
Look into:
Test and deploy an iOS App with GitHub Actions
Apple Actions
The text was updated successfully, but these errors were encountered:
b099l3
No branches or pull requests
Learning Topic
CI/CD
Why?
I want to set up a CI/CD so I am not building and deploying from my own machine.
I really this should cover:
On all PRs - Running the tests, code analysis, building the app
A release procedure off a release branch:
Notes
Looking at GitHub actions but also Bitrise, CircleCI and CodeMagic
Look into:
Articles
Test and deploy an iOS App with GitHub Actions
Videos
Examples
Apple Actions
The text was updated successfully, but these errors were encountered: