From 05267daca6bb1363d34d0c79f304de36e4c520d4 Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Tue, 24 Oct 2017 17:24:32 -0400 Subject: Disable bitrise --- platform/ios/bitrise.yml | 52 +++++++++++++++++++++++----------------------- platform/macos/bitrise.yml | 34 +++++++++++++++--------------- platform/node/bitrise.yml | 36 ++++++++++++++++---------------- 3 files changed, 61 insertions(+), 61 deletions(-) diff --git a/platform/ios/bitrise.yml b/platform/ios/bitrise.yml index 10f3e35ce8..92a91e2af0 100644 --- a/platform/ios/bitrise.yml +++ b/platform/ios/bitrise.yml @@ -12,32 +12,32 @@ trigger_map: workflows: primary: steps: - - script: - title: Install Dependencies - inputs: - - content: |- - #!/bin/bash - set -eu -o pipefail - brew install cmake - - is_debug: 'yes' - - script: - title: Generate Workspace - inputs: - - content: |- - #!/bin/bash - set -eu -o pipefail - export BUILDTYPE=Debug - make iproj - - is_debug: 'yes' - - xcode-test: - title: Run SDK Unit Tests - inputs: - - project_path: platform/ios/ios.xcworkspace - - scheme: CI - - deploy-to-bitrise-io: - title: Deploy to Bitrise.io - inputs: - - notify_user_groups: none + # - script: + # title: Install Dependencies + # inputs: + # - content: |- + # #!/bin/bash + # set -eu -o pipefail + # brew install cmake + # - is_debug: 'yes' + # - script: + # title: Generate Workspace + # inputs: + # - content: |- + # #!/bin/bash + # set -eu -o pipefail + # export BUILDTYPE=Debug + # make iproj + # - is_debug: 'yes' + # - xcode-test: + # title: Run SDK Unit Tests + # inputs: + # - project_path: platform/ios/ios.xcworkspace + # - scheme: CI + # - deploy-to-bitrise-io: + # title: Deploy to Bitrise.io + # inputs: + # - notify_user_groups: none - slack: title: Post to Slack inputs: 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: diff --git a/platform/node/bitrise.yml b/platform/node/bitrise.yml index fab3093d6e..904202cd3e 100644 --- a/platform/node/bitrise.yml +++ b/platform/node/bitrise.yml @@ -31,24 +31,24 @@ shortcuts: workflows: primary: steps: - - script: - title: Test - inputs: - - content: |- - #!/bin/bash - set -eu -o pipefail - brew update - brew unlink node - brew install cmake awscli node@4 node@6 - brew link node@4 --force - gem install xcpretty --no-rdoc --no-ri - make test-node || RESULT=$? - brew unlink node@4 - brew link --overwrite node@6 --force - make clean - make test-node || RESULT=$? - ./platform/node/scripts/after_script.sh ${BITRISE_BUILD_NUMBER} - exit ${RESULT:-0} + # - script: + # title: Test + # inputs: + # - content: |- + # #!/bin/bash + # set -eu -o pipefail + # brew update + # brew unlink node + # brew install cmake awscli node@4 node@6 + # brew link node@4 --force + # gem install xcpretty --no-rdoc --no-ri + # make test-node || RESULT=$? + # brew unlink node@4 + # brew link --overwrite node@6 --force + # make clean + # make test-node || RESULT=$? + # ./platform/node/scripts/after_script.sh ${BITRISE_BUILD_NUMBER} + # exit ${RESULT:-0} - slack: *slack publish: -- cgit v1.2.1