summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2017-03-17 12:38:13 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2017-03-17 16:07:37 -0700
commitb3fe46728da2ed9ae31f2eb0ff2e0b2538bced72 (patch)
treeb530c01286fa8a4b0b953a154a33fd8c0712d737
parent8552d6312be790c8b43ce4d9dbe06a6aafc793d4 (diff)
downloadqtlocation-mapboxgl-b3fe46728da2ed9ae31f2eb0ff2e0b2538bced72.tar.gz
[macos] Fix nightly build script
`apt-get install` commands were present when the nightly build was introduced. Prior to 12b99f0 they were in a separate section without `set -eu -o pipefail`, so the error was ignored. I assume they are not needed, since the build was succeeding despite the error. While here, ensure xcpretty is installed.
-rw-r--r--platform/macos/bitrise.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/macos/bitrise.yml b/platform/macos/bitrise.yml
index 851c48b4f3..1f2495dab2 100644
--- a/platform/macos/bitrise.yml
+++ b/platform/macos/bitrise.yml
@@ -54,7 +54,7 @@ workflows:
#!/bin/bash
set -eu -o pipefail
brew install cmake
- apt-get install -y python-pip python-dev build-essential
pip install awscli
+ gem install xcpretty --no-rdoc --no-ri
BUILDTYPE=Release SYMBOLS=NO make xpackage
CLOUDWATCH=true platform/macos/scripts/metrics.sh