summaryrefslogtreecommitdiff
path: root/render-test/ios/fastlane/README.md
diff options
context:
space:
mode:
authorzmiao <miao.zhao@mapbox.com>2019-12-16 18:23:28 +0200
committerzmiao <miao.zhao@mapbox.com>2020-01-21 16:55:02 +0200
commitb392b2b7e34476d4d766c84e2b54d61e9855fef5 (patch)
tree8be623f25d6afdf4f8a87190453e3e8c541f8b60 /render-test/ios/fastlane/README.md
parent92e8530361cbcd1713a5f61fc892d7bd4301daae (diff)
downloadqtlocation-mapboxgl-b392b2b7e34476d4d766c84e2b54d61e9855fef5.tar.gz
[test-runner] Make app runable on device
try to build with fastlane run with command line add gemfile build apps without codesigning seperate build steps add sign identification Try to manually sign Enable gcloud Adapt to new render-test way update xctestrun file try to add attachment update test result with xctest, try to extract test result from firebase
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).