habitica-android/fastlane/README.md

65 lines
1.1 KiB
Markdown
Raw Normal View History

2018-11-06 13:04:27 +00:00
fastlane documentation
----
2018-11-06 13:04:27 +00:00
# Installation
Make sure you have the latest version of the Xcode command line tools installed:
```sh
2018-11-06 13:04:27 +00:00
xcode-select --install
```
For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane)
2018-11-06 13:04:27 +00:00
# Available Actions
2018-11-06 13:04:27 +00:00
## Android
2018-11-06 13:04:27 +00:00
### android test
```sh
[bundle exec] fastlane android test
2018-11-06 13:04:27 +00:00
```
2018-11-06 13:04:27 +00:00
Runs all the tests
2020-04-22 12:52:46 +00:00
### android staff
```sh
[bundle exec] fastlane android staff
2020-04-22 12:52:46 +00:00
```
2020-04-22 12:52:46 +00:00
Submit a new Staff Build to Google Play
2018-11-06 13:04:27 +00:00
### android alpha
```sh
[bundle exec] fastlane android alpha
2018-11-06 13:04:27 +00:00
```
2018-11-06 13:04:27 +00:00
Submit a new Alpha Build to Google Play
2018-11-06 13:04:27 +00:00
### android beta
```sh
[bundle exec] fastlane android beta
2018-11-06 13:04:27 +00:00
```
2018-11-06 13:04:27 +00:00
Submit a new Beta Build to Google Play
2018-11-06 13:04:27 +00:00
### android deploy
```sh
[bundle exec] fastlane android deploy
2018-11-06 13:04:27 +00:00
```
2018-11-06 13:04:27 +00:00
Deploy a new version to the Google Play
----
2022-01-04 13:56:28 +00:00
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
More information about _fastlane_ can be found on [fastlane.tools](https://fastlane.tools).
The documentation of _fastlane_ can be found on [docs.fastlane.tools](https://docs.fastlane.tools).