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

Commit

Permalink
[android] update docs replacing bitrise mentions with circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
zugaldia authored and friedbunny committed Aug 18, 2017
1 parent edc8a64 commit 765c340
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion platform/android/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion platform/android/tests/docs/UI_TESTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.



2 changes: 1 addition & 1 deletion platform/android/tests/docs/UNIT_TESTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 765c340

Please sign in to comment.