summaryrefslogtreecommitdiff
path: root/platform/macos/bitrise.yml
diff options
context:
space:
mode:
Diffstat (limited to 'platform/macos/bitrise.yml')
-rw-r--r--platform/macos/bitrise.yml34
1 files changed, 17 insertions, 17 deletions
diff --git a/platform/macos/bitrise.yml b/platform/macos/bitrise.yml
index 1f2495dab2..0b11db4887 100644
--- a/platform/macos/bitrise.yml
+++ b/platform/macos/bitrise.yml
@@ -11,23 +11,23 @@ trigger_map:
workflows:
primary:
steps:
- - script:
- title: Build
- inputs:
- - content: |-
- #!/bin/bash
- set -eu -o pipefail
- brew install cmake
- gem install xcpretty --no-rdoc --no-ri
- export BUILDTYPE=Debug
- export XCPRETTY="| tee ${BITRISE_DEPLOY_DIR}/raw-xcodebuild-output.txt | xcpretty --color --report html --output ${BITRISE_DEPLOY_DIR}/xcode-test-results.html"
- make run-test
- - deploy-to-bitrise-io:
- title: Deploy to Bitrise.io
- inputs:
- - deploy_path: "test/fixtures"
- - notify_user_groups: none
- - is_compress: 'true'
+ # - script:
+ # title: Build
+ # inputs:
+ # - content: |-
+ # #!/bin/bash
+ # set -eu -o pipefail
+ # brew install cmake
+ # gem install xcpretty --no-rdoc --no-ri
+ # export BUILDTYPE=Debug
+ # export XCPRETTY="| tee ${BITRISE_DEPLOY_DIR}/raw-xcodebuild-output.txt | xcpretty --color --report html --output ${BITRISE_DEPLOY_DIR}/xcode-test-results.html"
+ # make run-test
+ # - deploy-to-bitrise-io:
+ # title: Deploy to Bitrise.io
+ # inputs:
+ # - deploy_path: "test/fixtures"
+ # - notify_user_groups: none
+ # - is_compress: 'true'
- slack:
title: Post to Slack
inputs: