summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
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