summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkevin <kevin.li@mapbox.com>2019-07-04 16:42:33 +0800
committerkevin <kevin.li@mapbox.com>2019-07-04 16:42:33 +0800
commit39a86b4dc5f624b550d009c390cb0b32f0d7e503 (patch)
tree53e3f8cb5531f3be74a0228bacea1cf09da23b07
parentef207b19c868e61e51fb72f6ff05e4a48a23ad26 (diff)
downloadqtlocation-mapboxgl-upstream/kl-make-app-center.tar.gz
-rw-r--r--Makefile4
1 files 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