summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2017-02-24 13:04:13 +0100
committerKonstantin Käfer <mail@kkaefer.com>2017-02-24 13:34:47 +0100
commit18cea715f815db816196f91d96bd32c19d01d801 (patch)
tree201c8dd22ac5d62aed64541ea47d156afe9a258d
parent7d9018093a61d327fa7ca1312845d2a00d928380 (diff)
downloadqtlocation-mapboxgl-upstream/xcodebuild-incremental.tar.gz
-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'