summaryrefslogtreecommitdiff
path: root/platform/osx
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-03-23 10:28:20 -0700
committerMinh Nguyễn <mxn@1ec5.org>2016-03-23 10:28:20 -0700
commit55f60181ccf334717c97d5a421ed7d69dd5cb811 (patch)
tree5adb879be4c669e03a1af0c09172906e54c9c898 /platform/osx
parent8cc08266200bba08333ad0e1b55a37e5ff0fccc9 (diff)
downloadqtlocation-mapboxgl-55f60181ccf334717c97d5a421ed7d69dd5cb811.tar.gz
[osx] Remove unnecessary build steps
Followup to 8cc08266200bba08333ad0e1b55a37e5ff0fccc9.
Diffstat (limited to 'platform/osx')
-rw-r--r--platform/osx/bitrise.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/platform/osx/bitrise.yml b/platform/osx/bitrise.yml
index dc7c4b3028..70fe9041bf 100644
--- a/platform/osx/bitrise.yml
+++ b/platform/osx/bitrise.yml
@@ -27,17 +27,6 @@ workflows:
else
envman add --key SKIPCI --value false
fi
- - select-xcode-version:
- title: Select Xcode version
- run_if: '{{enveq "SKIPCI" "false"}}'
- - script:
- title: Install Homebrew dependencies
- run_if: '{{enveq "SKIPCI" "false"}}'
- inputs:
- - content: |-
- #!/bin/bash
- brew install pkgconfig
- brew install automake
- script:
title: Run SDK unit tests
run_if: '{{enveq "SKIPCI" "false"}}'