summaryrefslogtreecommitdiff
path: root/render-test/ios/fastlane/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'render-test/ios/fastlane/README.md')
-rw-r--r--render-test/ios/fastlane/README.md44
1 files changed, 44 insertions, 0 deletions
diff --git a/render-test/ios/fastlane/README.md b/render-test/ios/fastlane/README.md
new file mode 100644
index 0000000000..29cbacab75
--- /dev/null
+++ b/render-test/ios/fastlane/README.md
@@ -0,0 +1,44 @@
+fastlane documentation
+================
+# Installation
+
+Make sure you have the latest version of the Xcode command line tools installed:
+
+```
+xcode-select --install
+```
+
+Install _fastlane_ using
+```
+[sudo] gem install fastlane -NV
+```
+or alternatively using `brew cask install fastlane`
+
+# Available Actions
+## iOS
+### ios ios_build
+```
+fastlane ios ios_build
+```
+Description of what the lane does
+### ios gym_build
+```
+fastlane ios gym_build
+```
+Description of what the lane does
+### ios xcode_build
+```
+fastlane ios xcode_build
+```
+Description of what the lane does
+### ios ci_build
+```
+fastlane ios ci_build
+```
+Description of what the lane does
+
+----
+
+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).