-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
45 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
.. _cidi: | ||
|
||
===== | ||
CI/CD | ||
===== | ||
|
||
Odevio can easily be integrated with your CI/CD pipeline to deploy your iOS apps to the App Store or generate test IPAs. | ||
|
||
We currently support Github Actions, Gitlab and Azure DevOps, but you can use the provided scripts to integrate with other CI/CD providers. | ||
|
||
.. tip:: | ||
Let us know what other tools you would like to see supported by Odevio. | ||
|
||
Github Actions | ||
-------------- | ||
|
||
To deploy your iOS apps to the App Store or generate test IPAs using Github Actions, you can insert this action in your workflow: | ||
|
||
``Odevio/Odevio-CICD/github-actions/build-ios`` | ||
|
||
A readme with the inputs and outputs of the action and examples is available in the |repository| | ||
|
||
.. |repository| raw:: html | ||
|
||
<a href="https://github.com/Odevio/Odevio-CICD/tree/master/github-actions/build-ios">repository</a> | ||
|
||
Azure DevOps Pipelines | ||
-------------- | ||
|
||
To deploy your iOS apps to the App Store or generate test IPAs using Azure DevOps Pipelines, you can follow the instructions in the readme available in the |repository|. An example of pipeline file ``azure-pipelines.yml`` is also given. | ||
|
||
.. |repository| raw:: html | ||
|
||
<a href="https://github.com/Odevio/Odevio-CICD/tree/master/doc_azure_cicd">repository</a> | ||
|
||
GitLab CI/CD Pipelines | ||
-------------- | ||
|
||
To deploy your iOS apps to the App Store or generate test IPAs using GitLab CI/CD pipelines, you can follow the instructions in the README available in the |repository|. An example of pipeline file ``.gitlab-ci.yml`` is also given. | ||
|
||
.. |repository| raw:: html | ||
|
||
<a href="https://github.com/Odevio/Odevio-CICD/tree/master/doc_gitlab_cicd">repository</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters