summaryrefslogtreecommitdiff
path: root/platform/qt/bitrise-qt4.yml
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2017-11-20 12:29:51 +0200
committerBruno de Oliveira Abinader <bruno@mapbox.com>2017-11-20 12:42:57 +0200
commit5aba77818a2a13f8dd9df8de6cfaaa5e6b7ced94 (patch)
treed527c2c103722c3410eaacbcf0ade955bfe47048 /platform/qt/bitrise-qt4.yml
parent25cfb5863c9ac3705d2bcf4086c237608264e3ae (diff)
downloadqtlocation-mapboxgl-5aba77818a2a13f8dd9df8de6cfaaa5e6b7ced94.tar.gz
[build] Added CircleCI macos-debug-qt5 jobupstream/circleci-macos-debug-qt5
Diffstat (limited to 'platform/qt/bitrise-qt4.yml')
-rw-r--r--platform/qt/bitrise-qt4.yml36
1 files changed, 5 insertions, 31 deletions
diff --git a/platform/qt/bitrise-qt4.yml b/platform/qt/bitrise-qt4.yml
index d8c7e0788e..4a013ea8b0 100644
--- a/platform/qt/bitrise-qt4.yml
+++ b/platform/qt/bitrise-qt4.yml
@@ -1,41 +1,15 @@
----
-format_version: 1.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: Run build
+ title: Skip Workflow
inputs:
- - content: |-
- #!/bin/bash
- set -eu -o pipefail
- brew install cmake
- brew install qt
- brew link qt
- brew linkapps qt
- export BUILDTYPE=Debug
- make qt-app
- make run-qt-test
- - is_debug: 'yes'
- - slack:
- title: Post to Slack
- inputs:
- - webhook_url: "$SLACK_HOOK_URL"
- - channel: "#gl-bots"
- - from_username: 'Bitrise Qt4 macOS'
- - from_username_on_error: 'Bitrise Qt4 macOS'
- - message: '<${BITRISE_BUILD_URL}|Build #${BITRISE_BUILD_NUMBER}>
- for <https://github.com/mapbox/mapbox-gl-native/compare/${BITRISE_GIT_BRANCH}|mapbox/mapbox-gl-native@${BITRISE_GIT_BRANCH}>
- by ${GIT_CLONE_COMMIT_COMMITER_NAME}
- passed'
- - message_on_error: '<${BITRISE_BUILD_URL}|Build #${BITRISE_BUILD_NUMBER}>
- for <https://github.com/mapbox/mapbox-gl-native/compare/${BITRISE_GIT_BRANCH}|mapbox/mapbox-gl-native@${BITRISE_GIT_BRANCH}>
- 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
+ - content: echo "This workflow is obsolete — see CircleCi."