summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2019-04-04 16:05:01 -0700
committerJason Wray <jason@mapbox.com>2019-04-09 17:20:32 -0700
commit61eeab4662695871636fc74d02f4df1305c67122 (patch)
tree1895d56f0b6a80b077607bf19217bd8063df9fc7
parent25a115f1d320b4fb2a1b47e00da410a7116a3c90 (diff)
downloadqtlocation-mapboxgl-61eeab4662695871636fc74d02f4df1305c67122.tar.gz
[ios, build] Install latest jazzy, if not already installed
-rwxr-xr-xplatform/ios/scripts/install-packaging-dependencies.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/scripts/install-packaging-dependencies.sh b/platform/ios/scripts/install-packaging-dependencies.sh
index fe3288e0d6..6f09e0d264 100755
--- a/platform/ios/scripts/install-packaging-dependencies.sh
+++ b/platform/ios/scripts/install-packaging-dependencies.sh
@@ -18,7 +18,7 @@ if [ -z `which wget` ]; then
brew install wget
fi
-if [ -z `which jazzy` ]; then
+if [[ -z `which jazzy` || $(jazzy -v) != "jazzy version: ${JAZZY_VERSION}" ]]; then
step "Installing jazzy…"
CIRCLECI=${CIRCLECI:-false}