summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml39
1 files changed, 0 insertions, 39 deletions
diff --git a/circle.yml b/circle.yml
index 8d36e200e9..ade1194c9c 100644
--- a/circle.yml
+++ b/circle.yml
@@ -16,41 +16,6 @@ workflows:
jobs:
- sanity-checks
- build-template:
- name: android-armeabi-v7a-release
- executor_name: ubuntu-disco
- target_is_android: true
- 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=armeabi-v7a'
- install: true
- - build-template:
- name: android-arm64-v8a-release
- executor_name: ubuntu-disco
- target_is_android: true
- 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'
- install: true
- - build-template:
- name: android-x86-release
- executor_name: ubuntu-disco
- target_is_android: true
- 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'
- install: true
- - build-template:
- name: android-x86_64-release
- executor_name: ubuntu-disco
- target_is_android: true
- 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'
- install: true
- - build-template:
name: linux-gcc8-release
executor_name: ubuntu-disco
target_is_linux: true
@@ -183,11 +148,7 @@ workflows:
- linux-gcc8-release
- baselines:
requires:
- - android-arm64-v8a-release
- - android-armeabi-v7a-release
- android-render-test-runner
- - android-x86-release
- - android-x86_64-release
- linux-clang8-release
- linux-gcc8-release
- macos-xcode11-release