Skip to content

Commit

Permalink
TOOL-975 #Added xcarchive to deployable options. (#94)
Browse files Browse the repository at this point in the history
* TOOL-975 #Added xcarchive to deployable options.

* TOOL-975 Review fixes.

* TOOL-975 Added required changes to code.

* TOOL-975 Dependency update and lint fixes.

* TOOL-975 Typo fix.

* Update bitrise.yml

* revert prev. change

* TOOL-975 Path fix. Added check to skip macOS projects.

* TOOL-975 Dependency update.

* Update bitrise.yml

* Update xcarchiveuploader.go

* TOOL-975 Path fix.

* TOOL-975 Type fix.

* TOOL-975 Added meta data upload.

* TOOL-975 Removed warning message for macOS.

* update the xcarvhive artifact type to `ios-xcarchive` for upload

* TOOL-975 Review fix.
  • Loading branch information
richard-bogdan-bitrise authored and godrei committed Aug 8, 2019
1 parent b6f01c2 commit 3eca239
Show file tree
Hide file tree
Showing 36 changed files with 1,746 additions and 359 deletions.
34 changes: 18 additions & 16 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
version = "1.7.2"

[[constraint]]
branch = "master"
name = "github.com/pkg/errors"
version = "0.8.1"

[[constraint]]
branch = "master"
Expand Down
11 changes: 11 additions & 0 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,17 @@ workflows:
- notify_user_groups: $NOTIFY_USER_GROUPS
- notify_email_list: $NOTIFY_EMAIL_LIST
- is_enable_public_page: "true"
- path::./:
title: IOS Test XcArchive
run_if: true
inputs:
- build_url: $BITRISE_BUILD_URL
- build_api_token: $BITRISE_BUILD_API_TOKEN
- is_compress: "false"
- deploy_path: ./archives
- notify_user_groups: $NOTIFY_USER_GROUPS
- notify_email_list: $NOTIFY_EMAIL_LIST
- is_enable_public_page: "true"
- path::./:
title: IOS Test compressed with default name
run_if: true
Expand Down
Loading

0 comments on commit 3eca239

Please sign in to comment.