Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
tchavetdeuse committed Feb 2, 2024
2 parents 1c5e91a + d574f24 commit a9ed505
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. image:: https://odevio.com/static/img/odevio--logo.svg
.. image:: https://odevio.com/static/img/logo__odevio.svg
:align: center
:height: 200px
:width: 100%
Expand Down
43 changes: 43 additions & 0 deletions docs/cicd/index.txt
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>
1 change: 1 addition & 0 deletions docs/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,6 @@ This documentation is constantly evolving and we appreciate every help we can ge
installation/index
tutorial/index
reference_guide/index
cicd/index
installation_cli/index
contribute/index

0 comments on commit a9ed505

Please sign in to comment.