Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit c540aa3

Browse files
zugaldiafriedbunny
authored andcommitted
[android] update docs replacing bitrise mentions with circleci
1 parent 18a54bc commit c540aa3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

platform/android/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [Mapbox Android SDK](https://www.mapbox.com/android-sdk/)
22

3-
[![Bitrise](https://www.bitrise.io/app/79cdcbdc42de4303.svg?token=_InPF8bII6W7J6kFr-L8QQ&branch=master)](https://www.bitrise.io/app/79cdcbdc42de4303)
3+
[![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)
44

55
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.
66

platform/android/tests/docs/UI_TESTS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ You can generate JaCoCo reports from espresso tests by
6161
## Running Espresso test automatically on AWS Device Farm
6262
To run tests on AWS device farm you need to execute `./gradlew -Pmapbox.abis=none devicefarmUpload`.
6363
You can configure the different steps in the testapp `build.gradle`.
64-
AWS credentials are found in bitrise.
64+
AWS credentials are found in CircleCI.
6565

6666

6767

platform/android/tests/docs/UNIT_TESTS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The Unit tests are executed as part of the build process on our CI and are
7777
automatically run for each new commit pushed to this repo. If a Unit tests
7878
fails, this will fail and stop the build.
7979

80-
You can find this gradle command in our [buildscript](https://github.com/mapbox/mapbox-gl-native/blob/master/platform/android/bitrise.yml#L48):
80+
You can find this gradle command in our [buildscript](https://github.com/mapbox/mapbox-gl-native/blob/master/circle.yml#L146-L215):
8181

8282
```
8383
$ ./gradlew -Pmapbox.abis=none testReleaseUnitTest

0 commit comments

Comments
 (0)