summaryrefslogtreecommitdiff
path: root/platform/android/bitrise.yml
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/bitrise.yml')
-rw-r--r--platform/android/bitrise.yml45
1 files changed, 2 insertions, 43 deletions
diff --git a/platform/android/bitrise.yml b/platform/android/bitrise.yml
index 7fcbd524f2..aadcba79be 100644
--- a/platform/android/bitrise.yml
+++ b/platform/android/bitrise.yml
@@ -28,15 +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
- curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
- sudo apt-get install -y pkg-config nodejs cmake
- - script:
title: Run Checkstyle
run_if: '{{enveq "SKIPCI" "false"}}'
inputs:
@@ -166,14 +157,6 @@ workflows:
scheduled:
steps:
- script:
- title: Configure GL-native build environement
- inputs:
- - content: |-
- #!/bin/bash
- set -eu -o pipefail
- curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
- sudo apt-get install -y pkg-config nodejs cmake
- - script:
title: Configure AWS-CLI
inputs:
- content: |-
@@ -200,11 +183,7 @@ workflows:
#!/bin/bash
echo "Compile libmapbox-gl.so for all supportd abi's:"
export BUILDTYPE=Release
- make android-lib-arm-v5
- make android-lib-arm-v7
- make android-lib-arm-v8
- make android-lib-x86
- make android-lib-x86-64
+ make apackage
cd platform/android && ./gradlew :MapboxGLAndroidSDK:assembleRelease
- script:
title: Publish to maven
@@ -227,14 +206,6 @@ workflows:
devicefarmUpload:
steps:
- script:
- title: Configure GL-native build environement
- inputs:
- - content: |-
- #!/bin/bash
- set -eu -o pipefail
- curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
- sudo apt-get install -y pkg-config nodejs cmake
- - script:
title: Build release
inputs:
- content: |-
@@ -277,14 +248,6 @@ workflows:
nightly-release:
steps:
- script:
- title: Configure GL-native build environement
- inputs:
- - content: |-
- #!/bin/bash
- set -eu -o pipefail
- curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
- sudo apt-get install -y pkg-config nodejs cmake
- - script:
title: Configure AWS-CLI
inputs:
- content: |-
@@ -298,11 +261,7 @@ workflows:
#!/bin/bash
echo "Compile libmapbox-gl.so for all supportd abi's:"
export BUILDTYPE=Release
- make android-lib-arm-v5
- make android-lib-arm-v7
- make android-lib-arm-v8
- make android-lib-x86
- make android-lib-x86-64
+ make apackage
cd platform/android && ./gradlew :MapboxGLAndroidSDK:assembleRelease
- script:
title: Log metrics