From 39face8e1017b83fb8a9da99224e5ac02e22d6cd Mon Sep 17 00:00:00 2001 From: Tobrun Van Nuland Date: Wed, 26 Jul 2017 16:17:43 +0200 Subject: [android] - remove wear module from project --- circle.yml | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'circle.yml') diff --git a/circle.yml b/circle.yml index 506fbddb33..207a25fba1 100644 --- a/circle.yml +++ b/circle.yml @@ -167,9 +167,6 @@ jobs: - run: 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 @@ -184,10 +181,6 @@ jobs: name: Check Android modules for potential bugs (Lint Test App) 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: | @@ -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: -- cgit v1.2.1