From 39a86b4dc5f624b550d009c390cb0b32f0d7e503 Mon Sep 17 00:00:00 2001 From: kevin Date: Thu, 4 Jul 2019 16:42:33 +0800 Subject: rename command --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 98c6e81e3c..48a0b23f4e 100644 --- a/Makefile +++ b/Makefile @@ -772,8 +772,8 @@ android-ui-test: platform/android/gradle/configuration.gradle cd platform/android && $(MBGL_ANDROID_GRADLE) -Pmapbox.abis=all :MapboxGLAndroidSDKTestApp:assembleDebug :MapboxGLAndroidSDKTestApp:assembleAndroidTest #Run instrumentations tests on MicroSoft App Center -.PHONY: android-test-app-center -android-test-app-center: +.PHONY: run-android-test-app-center +run-android-test-app-center: cd platform/android && appcenter test run espresso --app "mapboxcn-outlook.com/MapsSdk" --devices "mapboxcn-outlook.com/china" --app-path MapboxGLAndroidSDKTestApp/build/outputs/apk/debug/MapboxGLAndroidSDKTestApp-debug.apk --test-series "master" --locale "en_US" --build-dir MapboxGLAndroidSDKTestApp/build/outputs/apk/androidTest/debug # Uploads the compiled Android SDK to Bintray -- cgit v1.2.1