From fe64238b4cd5a7da403a4f29a62b14234ecba569 Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Abinader Date: Tue, 14 Jun 2016 13:16:41 +0300 Subject: [tidy] Switched to Travis CI Fixes https://github.com/mapbox/mapbox-gl-native/issues/5341. --- platform/osx/bitrise-tidy.yml | 53 ------------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 platform/osx/bitrise-tidy.yml (limited to 'platform/osx/bitrise-tidy.yml') diff --git a/platform/osx/bitrise-tidy.yml b/platform/osx/bitrise-tidy.yml deleted file mode 100644 index e159134c84..0000000000 --- a/platform/osx/bitrise-tidy.yml +++ /dev/null @@ -1,53 +0,0 @@ -format_version: 1.1.0 -default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git - -trigger_map: -- pattern: "*" - is_pull_request_allowed: true - workflow: primary - -workflows: - primary: - steps: - - script: - title: Check for skipping CI - inputs: - - content: |- - #!/bin/bash - if [[ -n "$(echo $GIT_CLONE_COMMIT_MESSAGE_SUBJECT | sed -n '/\[skip ci\]/p')" || - -n "$(echo $GIT_CLONE_COMMIT_MESSAGE_SUBJECT | sed -n '/\[ci skip\]/p')" || - -n "$(echo $GIT_CLONE_COMMIT_MESSAGE_BODY | sed -n 's/\[skip ci\]/p')" || - -n "$(echo $GIT_CLONE_COMMIT_MESSAGE_BODY | sed -n 's/\[ci skip\]/p')" ]]; then - envman add --key SKIPCI --value true - else - envman add --key SKIPCI --value false - fi - - script: - title: Run build script - run_if: '{{enveq "SKIPCI" "false"}}' - inputs: - - content: |- - #!/bin/bash - set -eu -o pipefail - export BUILDTYPE=Release - make compdb - make tidy - - is_debug: 'no' - - slack: - title: Post to Slack - run_if: '{{enveq "SKIPCI" "false"}}' - inputs: - - webhook_url: "$SLACK_HOOK_URL" - - channel: "#gl-bots" - - from_username: 'Bitrise clang-tidy' - - from_username_on_error: 'Bitrise clang-tidy' - - message: '<${BITRISE_BUILD_URL}|Build #${BITRISE_BUILD_NUMBER}> - for - by ${GIT_CLONE_COMMIT_COMMITER_NAME} - passed' - - message_on_error: '<${BITRISE_BUILD_URL}|Build #${BITRISE_BUILD_NUMBER}> - for - by ${GIT_CLONE_COMMIT_COMMITER_NAME} - failed' - - icon_url: https://bitrise-public-content-production.s3.amazonaws.com/slack/bitrise-slack-icon-128.png - - icon_url_on_error: https://bitrise-public-content-production.s3.amazonaws.com/slack/bitrise-slack-error-icon-128.png -- cgit v1.2.1