From 18cea715f815db816196f91d96bd32c19d01d801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Fri, 24 Feb 2017 13:04:13 +0100 Subject: WIP --- platform/macos/bitrise.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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,9 +53,15 @@ 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"}}' -- cgit v1.2.1