mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Add fastlane/README.md
This commit is contained in:
30
fastlane/README.md
Normal file
30
fastlane/README.md
Normal file
@@ -0,0 +1,30 @@
|
||||
fastlane documentation
|
||||
================
|
||||
# Installation
|
||||
|
||||
Install _fastlane_ using
|
||||
```
|
||||
[sudo] gem install fastlane -NV
|
||||
```
|
||||
or alternatively using `brew cask install fastlane`
|
||||
|
||||
# Available Actions
|
||||
## Android
|
||||
```
|
||||
fastlane tests
|
||||
```
|
||||
Runs all the tests
|
||||
|
||||
```
|
||||
fastlane build_beta_google_free storefile:"" storepass:"" keyalias:"" keypass:""
|
||||
```
|
||||
Build a new Beta version
|
||||
```
|
||||
fastlane deploy_beta_google_free
|
||||
```
|
||||
Deploy a new Beta version to the Google Play
|
||||
|
||||
----
|
||||
|
||||
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).
|
||||
Reference in New Issue
Block a user