summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-12-15 14:19:51 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-12-15 14:19:51 -0800
commitcf4f262df56bef309b9de837117639867e2505e9 (patch)
tree29291f236afdab39241956551609eb6b09293da2
parent9fc6d61faf9dc454e29c7cbc06617b67d89059eb (diff)
downloadqtlocation-mapboxgl-cf4f262df56bef309b9de837117639867e2505e9.tar.gz
[ios, android] Remove version specifier to avoid Bitrise upgrade nag
-rw-r--r--platform/android/bitrise.yml10
-rw-r--r--platform/ios/bitrise.yml12
2 files changed, 11 insertions, 11 deletions
diff --git a/platform/android/bitrise.yml b/platform/android/bitrise.yml
index 8eb1d2e685..17caf2b7ee 100644
--- a/platform/android/bitrise.yml
+++ b/platform/android/bitrise.yml
@@ -16,7 +16,7 @@ trigger_map:
workflows:
primary:
steps:
- - script@1.1.0:
+ - script:
title: Check for skipping CI
inputs:
- content: |-
@@ -30,14 +30,14 @@ workflows:
else
envman add --key SKIPCI --value false
fi
- - script@1.1.0:
+ - script:
title: Install Linux Dependencies
inputs:
- content: |-
#!/bin/bash
apt-get install pkg-config
- - script@1.1.0:
+ - script:
title: Build Android SDK For arm
inputs:
- content: |-
@@ -45,7 +45,7 @@ workflows:
make android -j4
- is_debug: 'yes'
- - script@1.1.0:
+ - script:
title: Run Unit Tests
inputs:
- content: |-
@@ -54,7 +54,7 @@ workflows:
cd android
./gradlew testReleaseUnitTest --continue
- is_debug: 'yes'
- - slack@2.1.0:
+ - slack:
title: Post to Slack
run_if: '{{enveq "SKIPCI" "false"}}'
inputs:
diff --git a/platform/ios/bitrise.yml b/platform/ios/bitrise.yml
index cb67d0006e..5dfa40e96d 100644
--- a/platform/ios/bitrise.yml
+++ b/platform/ios/bitrise.yml
@@ -16,7 +16,7 @@ trigger_map:
workflows:
primary:
steps:
- - script@1.1.0:
+ - script:
title: Check for skipping CI
inputs:
- content: |-
@@ -30,10 +30,10 @@ workflows:
else
envman add --key SKIPCI --value false
fi
- - select-xcode-version@2.2.0:
+ - select-xcode-version:
title: Select Xcode version
run_if: '{{enveq "SKIPCI" "false"}}'
- - script@1.1.0:
+ - script:
title: Install Homebrew dependencies
run_if: '{{enveq "SKIPCI" "false"}}'
inputs:
@@ -44,7 +44,7 @@ workflows:
brew install automake
brew install homebrew/versions/appledoc22
brew link --force appledoc22
- - script@1.1.0:
+ - script:
title: Run make ipackage-sim
run_if: '{{enveq "SKIPCI" "false"}}'
inputs:
@@ -53,7 +53,7 @@ workflows:
make ipackage-sim
- is_debug: 'yes'
- - xcode-test@1.6.0:
+ - xcode-test:
title: Run Xcode Tests
run_if: '{{enveq "SKIPCI" "false"}}'
inputs:
@@ -62,7 +62,7 @@ workflows:
- simulator_device: iPhone 6
opts:
is_expand: false
- - slack@2.1.0:
+ - slack:
title: Post to Slack
run_if: '{{enveq "SKIPCI" "false"}}'
inputs: