summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--platform/macos/bitrise.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/platform/macos/bitrise.yml b/platform/macos/bitrise.yml
index 2de6bce1fc..843fb91470 100644
--- a/platform/macos/bitrise.yml
+++ b/platform/macos/bitrise.yml
@@ -42,6 +42,7 @@ workflows:
#!/bin/bash
set -eu -o pipefail
export BUILDTYPE=Debug
+ defaults write com.apple.dt.Xcode ExplainWhyBuildCommandsAreRun -bool true
make xproj
- is_debug: 'yes'
- script:
@@ -52,13 +53,19 @@ workflows:
#!/bin/bash
set -eu -o pipefail
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"
+ export XCPRETTY="| tee -a ${BITRISE_DEPLOY_DIR}/raw-xcodebuild-output.txt | xcpretty --color --report html --output ${BITRISE_DEPLOY_DIR}/xcode-test-results.html"
make run-test
- is_debug: 'yes'
- deploy-to-bitrise-io:
title: Deploy to Bitrise.io
run_if: '{{enveq "SKIPCI" "false"}}'
inputs:
+ - notify_user_groups: none
+ - is_compress: 'true'
+ - deploy-to-bitrise-io:
+ title: Deploy to Bitrise.io
+ run_if: '{{enveq "SKIPCI" "false"}}'
+ inputs:
- deploy_path: "test/fixtures"
- notify_user_groups: none
- is_compress: 'true'