Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
GMBase
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
GMBase
Commits
da7e6e20
Commit
da7e6e20
authored
Dec 18, 2018
by
gm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add action
parent
3398529c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
28 deletions
+9
-28
README.md
fastlane/README.md
+9
-28
No files found.
fastlane/README.md
View file @
da7e6e20
...
@@ -8,36 +8,22 @@ Make sure you have the latest version of the Xcode command line tools installed:
...
@@ -8,36 +8,22 @@ Make sure you have the latest version of the Xcode command line tools installed:
xcode-select --install
xcode-select --install
```
```
## Choose your installation method:
Install _fastlane_ using
```
<table
width=
"100%"
>
[sudo] gem install fastlane -NV
<tr>
```
<th
width=
"33%"
><a
href=
"http://brew.sh"
>
Homebrew
</a></td>
or alternatively using
`brew cask install fastlane`
<th
width=
"33%"
>
Installer Script
</td>
<th
width=
"33%"
>
Rubygems
</td>
</tr>
<tr>
<td
width=
"33%"
align=
"center"
>
macOS
</td>
<td
width=
"33%"
align=
"center"
>
macOS
</td>
<td
width=
"33%"
align=
"center"
>
macOS or Linux with Ruby 2.0.0 or above
</td>
</tr>
<tr>
<td
width=
"33%"
><code>
brew cask install fastlane
</code></td>
<td
width=
"33%"
><a
href=
"https://download.fastlane.tools"
>
Download the zip file
</a>
. Then double click on the
<code>
install
</code>
script (or run it in a terminal window).
</td>
<td
width=
"33%"
><code>
sudo gem install fastlane -NV
</code></td>
</tr>
</table>
# Available Actions
# Available Actions
## iOS
## iOS
### ios do_
deliver_app
### ios do_
publish_prod
```
```
fastlane ios do_
deliver_app
fastlane ios do_
publish_prod
```
```
Deploy a new version to the App Store
Deploy a new version to the App Store
### ios do_
release
_lib
### ios do_
publish
_lib
```
```
fastlane ios do_
release
_lib
fastlane ios do_
publish
_lib
```
```
Release new private pod version
Release new private pod version
### ios do_publish_beta
### ios do_publish_beta
...
@@ -50,11 +36,6 @@ Publish a beta version
...
@@ -50,11 +36,6 @@ Publish a beta version
fastlane ios do_publish_test
fastlane ios do_publish_test
```
```
Publish a test version
Publish a test version
### ios do_automation_test
```
fastlane ios do_automation_test
```
UI automation test
----
----
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment