You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tasks/fastlane/README.md

65 lines
1.1 KiB
Markdown

4 years ago
fastlane documentation
2 years ago
----
4 years ago
# Installation
Make sure you have the latest version of the Xcode command line tools installed:
2 years ago
```sh
4 years ago
xcode-select --install
```
2 years ago
For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane)
4 years ago
# Available Actions
2 years ago
4 years ago
## Android
2 years ago
4 years ago
### android test
2 years ago
```sh
[bundle exec] fastlane android test
4 years ago
```
2 years ago
4 years ago
Runs all the tests
2 years ago
4 years ago
### android beta
2 years ago
```sh
[bundle exec] fastlane android beta
4 years ago
```
2 years ago
4 years ago
Submit a new Beta Build to Crashlytics Beta
2 years ago
4 years ago
### android deploy
2 years ago
```sh
[bundle exec] fastlane android deploy
4 years ago
```
2 years ago
4 years ago
Deploy a new version to the Google Play
2 years ago
### android lint
2 years ago
```sh
[bundle exec] fastlane android lint
```
2 years ago
Lint
4 years ago
8 months ago
### android bundle
```sh
[bundle exec] fastlane android bundle
```
Bundle
4 years ago
----
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
2 years ago
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).