summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorIgor Tarasov <igor.tarasov@mapbox.com>2020-04-02 18:36:55 +0300
committerGitHub <noreply@github.com>2020-04-02 18:36:55 +0300
commit338cfd1b33dfe26b9402d79cc64609b944a9f1d1 (patch)
tree2db5f73682b226ad64489742596acee9337c0538 /circle.yml
parentb7728d222cbcdb3e522fc3e482e69101b0b95481 (diff)
downloadqtlocation-mapboxgl-338cfd1b33dfe26b9402d79cc64609b944a9f1d1.tar.gz
[android] [build] [ci] Move Android JNI bindings code to mapbox-gl-native-android repo. (#16356)
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/circle.yml b/circle.yml
index 8d36e200e9..9ef9939778 100644
--- a/circle.yml
+++ b/circle.yml
@@ -30,7 +30,7 @@ workflows:
requires:
- sanity-checks
config_params: '-G Ninja -DCMAKE_INSTALL_PREFIX=/tmp/workspace/install/$CIRCLE_JOB -DCMAKE_TOOLCHAIN_FILE=/opt/android/ndk-bundle/build/cmake/android.toolchain.cmake -DANDROID_CCACHE=/usr/bin/ccache -DANDROID_ABI=arm64-v8a'
- build_params: '--target libmapbox-gl.so'
+ build_params: '--target libmbgl-render-test-runner.so'
install: true
- build-template:
name: android-x86-release
@@ -39,7 +39,7 @@ workflows:
requires:
- sanity-checks
config_params: '-G Ninja -DCMAKE_INSTALL_PREFIX=/tmp/workspace/install/$CIRCLE_JOB -DCMAKE_TOOLCHAIN_FILE=/opt/android/ndk-bundle/build/cmake/android.toolchain.cmake -DANDROID_CCACHE=/usr/bin/ccache -DANDROID_ABI=x86'
- build_params: '--target libmapbox-gl.so'
+ build_params: '--target libmbgl-render-test-runner.so'
install: true
- build-template:
name: android-x86_64-release
@@ -48,7 +48,7 @@ workflows:
requires:
- sanity-checks
config_params: '-G Ninja -DCMAKE_INSTALL_PREFIX=/tmp/workspace/install/$CIRCLE_JOB -DCMAKE_TOOLCHAIN_FILE=/opt/android/ndk-bundle/build/cmake/android.toolchain.cmake -DANDROID_CCACHE=/usr/bin/ccache -DANDROID_ABI=x86_64'
- build_params: '--target libmapbox-gl.so'
+ build_params: '--target libmbgl-render-test-runner.so'
install: true
- build-template:
name: linux-gcc8-release