summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorTobrun Van Nuland <tobrun.van.nuland@gmail.com>2017-07-26 16:17:43 +0200
committerTobrun <tobrun@mapbox.com>2017-07-27 14:01:24 +0200
commit39face8e1017b83fb8a9da99224e5ac02e22d6cd (patch)
treea1ee80e15eb7012d168bb8308640c12dfc553075 /circle.yml
parent48481db47b82a548904b0c269e70e5321ab11503 (diff)
downloadqtlocation-mapboxgl-39face8e1017b83fb8a9da99224e5ac02e22d6cd.tar.gz
[android] - remove wear module from project
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/circle.yml b/circle.yml
index 506fbddb33..207a25fba1 100644
--- a/circle.yml
+++ b/circle.yml
@@ -168,9 +168,6 @@ jobs:
name: Test phone module
command: make run-android-unit-test
- run:
- name: Test wear module
- command: make run-android-wear-unit-test
- - run:
name: Generate Espresso sanity tests
command: make test-code-android
- run:
@@ -185,10 +182,6 @@ jobs:
command: |
make android-lint-test-app
- run:
- name: Check Android modules for potential bugs (Lint Wear Test App)
- command: |
- make android-lint-wear-app
- - run:
name: Build Test APK
command: |
echo "${MAPBOX_DEVELOPER_CONFIG_XML}" > platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/developer-config.xml
@@ -238,12 +231,6 @@ jobs:
path: platform/android/MapboxGLAndroidSDKTestApp/build/reports/lint-results.xml
- store_artifacts:
path: platform/android/MapboxGLAndroidSDKTestApp/lint-baseline.xml
- - store_artifacts:
- path: platform/android/MapboxGLAndroidSDKWearTestApp/build/reports/lint-results.html
- - store_artifacts:
- path: platform/android/MapboxGLAndroidSDKWearTestApp/build/reports/lint-results.xml
- - store_artifacts:
- path: platform/android/MapboxGLAndroidSDKWearTestApp/lint-baseline.xml
# ------------------------------------------------------------------------------
android-release-all: