bitrise-io / sample-apps-ios-with-bitrise-yml

Simple iOS sample app with bitrise.yml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple iOS sample app with bitrise.yml

You can run this project with the bitrise CLI, all you have to do is installing it on your own Mac as described here: https://github.com/bitrise-io/bitrise/releases

Then, to run the test workflow (you can find it in the bitrise.yml file) just cd into this directory in your Terminal and call bitrise run test.

You can also bitrise run analyze and bitrise run archive - check the bitrise.yml for all the defined workflows.

How to run it on bitrise.io

You have to install the bitrise CLI first. You can do that by adding a Bash Script Step on bitrise.io and then call:

bash ./install_bitrise_cli.sh

After this you can use the bitrise CLI just like you would on your own Mac.

About

Simple iOS sample app with bitrise.yml

License:MIT License


Languages

Language:Swift 98.9%Language:Shell 1.1%