diff options
author | Antonio Zugaldia <antonio@mapbox.com> | 2017-07-14 09:22:43 -0400 |
---|---|---|
committer | Jason Wray <friedbunny@users.noreply.github.com> | 2017-08-18 14:33:21 -0400 |
commit | c540aa39d3baf925f8fd8b9510786d2ef96f4923 (patch) | |
tree | 9364c64d74d891b38ab5a7076baa7771962686ac | |
parent | 18a54bc96bcf1faa17aa5d26d7dedff5a3117d38 (diff) | |
download | qtlocation-mapboxgl-c540aa39d3baf925f8fd8b9510786d2ef96f4923.tar.gz |
[android] update docs replacing bitrise mentions with circleci
-rw-r--r-- | platform/android/README.md | 2 | ||||
-rw-r--r-- | platform/android/tests/docs/UI_TESTS.md | 2 | ||||
-rw-r--r-- | platform/android/tests/docs/UNIT_TESTS.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/platform/android/README.md b/platform/android/README.md index 311734a57c..bd95bdf7fa 100644 --- a/platform/android/README.md +++ b/platform/android/README.md @@ -1,6 +1,6 @@ # [Mapbox Android SDK](https://www.mapbox.com/android-sdk/) -[![Bitrise](https://www.bitrise.io/app/79cdcbdc42de4303.svg?token=_InPF8bII6W7J6kFr-L8QQ&branch=master)](https://www.bitrise.io/app/79cdcbdc42de4303) +[![Circle CI build status](https://circleci.com/gh/mapbox/mapbox-gl-native.svg?style=shield)](https://circleci.com/gh/mapbox/workflows/mapbox-gl-native/tree/master) A library based on [Mapbox GL Native](../../README.md) for embedding interactive map views with scalable, customizable vector maps into Java applications on Android devices. diff --git a/platform/android/tests/docs/UI_TESTS.md b/platform/android/tests/docs/UI_TESTS.md index 6d8541a406..1014b56845 100644 --- a/platform/android/tests/docs/UI_TESTS.md +++ b/platform/android/tests/docs/UI_TESTS.md @@ -61,7 +61,7 @@ You can generate JaCoCo reports from espresso tests by ## Running Espresso test automatically on AWS Device Farm To run tests on AWS device farm you need to execute `./gradlew -Pmapbox.abis=none devicefarmUpload`. You can configure the different steps in the testapp `build.gradle`. -AWS credentials are found in bitrise. +AWS credentials are found in CircleCI. diff --git a/platform/android/tests/docs/UNIT_TESTS.md b/platform/android/tests/docs/UNIT_TESTS.md index fefb435684..458e8869f3 100644 --- a/platform/android/tests/docs/UNIT_TESTS.md +++ b/platform/android/tests/docs/UNIT_TESTS.md @@ -77,7 +77,7 @@ The Unit tests are executed as part of the build process on our CI and are automatically run for each new commit pushed to this repo. If a Unit tests fails, this will fail and stop the build. -You can find this gradle command in our [buildscript](https://github.com/mapbox/mapbox-gl-native/blob/master/platform/android/bitrise.yml#L48): +You can find this gradle command in our [buildscript](https://github.com/mapbox/mapbox-gl-native/blob/master/circle.yml#L146-L215): ``` $ ./gradlew -Pmapbox.abis=none testReleaseUnitTest |