Last active
November 24, 2015 21:16
-
-
Save vasarhelyia/9c0a6eef055f5aece3ed to your computer and use it in GitHub Desktop.
bitrise_step_yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| inputs: | |
| - carthage_command: bootstrap | |
| opts: | |
| description: |- | |
| Select a command to set up your dependencies with. | |
| * `bootstrap`: initializes the project with checking out & building all dependencies. (default) | |
| * `update`: updates all dependencies. | |
| * `build`: builds all checked out items. | |
| summary: Select a command to set up your dependencies with. | |
| title: Carthage command to run | |
| value_options: | |
| - bootstrap | |
| - update | |
| - build | |
| - no_use_binaries: "false" | |
| opts: | |
| summary: |- | |
| Use this flag to make sure Carthage checks out all dependencies (otherwise | |
| it defaults to binary framework releases). False by default. | |
| title: Set no use binaries flag | |
| value_options: | |
| - "true" | |
| - "false" | |
| - verbose_output: "false" | |
| opts: | |
| summary: Use this flag to have a verbose output of the carthage command. False | |
| by default. | |
| title: Set verbose output flag | |
| value_options: | |
| - "true" | |
| - "false" | |
| - working_dir: null | |
| opts: | |
| description: | | |
| This directory will be set as the current working | |
| directory for the carthage command. | |
| title: Working directory | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment