summaryrefslogtreecommitdiff
path: root/platform/android/bitrise.yml
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2017-02-20 19:24:21 +0100
committerKonstantin Käfer <mail@kkaefer.com>2017-02-22 18:06:20 +0100
commit341e65f7d51e7acc0bf73893317251adc4d23cb6 (patch)
treecd549c3a57e7dc7737efa7c89298a7ea7777b900 /platform/android/bitrise.yml
parent586ae94ec4cfd3ea5b223ba36fc519ef8ada5eff (diff)
downloadqtlocation-mapboxgl-341e65f7d51e7acc0bf73893317251adc4d23cb6.tar.gz
[build] use system-provided Android NDK when available
and fall back to Mason if it isn't
Diffstat (limited to 'platform/android/bitrise.yml')
-rw-r--r--platform/android/bitrise.yml29
1 files changed, 0 insertions, 29 deletions
diff --git a/platform/android/bitrise.yml b/platform/android/bitrise.yml
index 8599a9359d..aadcba79be 100644
--- a/platform/android/bitrise.yml
+++ b/platform/android/bitrise.yml
@@ -28,14 +28,6 @@ workflows:
envman add --key SKIPCI --value false
fi
- script:
- title: Configure GL-native build environement
- run_if: '{{enveq "SKIPCI" "false"}}'
- inputs:
- - content: |-
- #!/bin/bash
- set -eu -o pipefail
- sudo apt-get install -y pkg-config cmake
- - script:
title: Run Checkstyle
run_if: '{{enveq "SKIPCI" "false"}}'
inputs:
@@ -165,13 +157,6 @@ workflows:
scheduled:
steps:
- script:
- title: Configure GL-native build environement
- inputs:
- - content: |-
- #!/bin/bash
- set -eu -o pipefail
- sudo apt-get install -y pkg-config cmake
- - script:
title: Configure AWS-CLI
inputs:
- content: |-
@@ -221,13 +206,6 @@ workflows:
devicefarmUpload:
steps:
- script:
- title: Configure GL-native build environement
- inputs:
- - content: |-
- #!/bin/bash
- set -eu -o pipefail
- sudo apt-get install -y pkg-config cmake
- - script:
title: Build release
inputs:
- content: |-
@@ -270,13 +248,6 @@ workflows:
nightly-release:
steps:
- script:
- title: Configure GL-native build environement
- inputs:
- - content: |-
- #!/bin/bash
- set -eu -o pipefail
- sudo apt-get install -y pkg-config cmake
- - script:
title: Configure AWS-CLI
inputs:
- content: |-