You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,8 +73,13 @@ Lanes for each deployment target example are provided with some basic behavior:
73
73
74
74
Check `fastlane/Appfile` and `fastlane/Fastfile` for more information.
75
75
76
+
## CI/CD configuration with Bitrise (updated on Dec 12th 2021)
76
77
77
-
## Continuous Integration with GitHub Actions
78
+
We are going to start using a tool called Bitrise to configure de CI/CD pipelines for mobiles apps.
79
+
80
+
--> For Android apps you can find how to do it in this link: https://www.notion.so/rootstrap/Android-CI-CD-26d4abd4f2454224be8f617110147366
81
+
82
+
## Continuous Integration with GitHub Actions (DEPRECATED)
78
83
79
84
We provide an example workflow [cicd.yml](.github/workflows/cicd.yml) including two jobs for running under [GitHub Actions](https://docs.github.com/en/actions), which can be modified according to the specifics of each project:
0 commit comments