summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2016-11-08 18:38:29 +0100
committerGitHub <noreply@github.com>2016-11-08 18:38:29 +0100
commit2b81dee8d39fc25d71a90d2aac700dd555cc9b68 (patch)
tree00391a407d479bfa1a0199a2dc9399a8145e366c /platform
parentbcdbbbcac2e331ea3a23085b1e0f5a0f5d25e0a7 (diff)
downloadqtlocation-mapboxgl-2b81dee8d39fc25d71a90d2aac700dd555cc9b68.tar.gz
[android] - update make targets (#6958)
Diffstat (limited to 'platform')
-rw-r--r--platform/android/.gitignore2
-rw-r--r--platform/android/bitrise.yml8
2 files changed, 5 insertions, 5 deletions
diff --git a/platform/android/.gitignore b/platform/android/.gitignore
index b0e8cceb45..81eeaad167 100644
--- a/platform/android/.gitignore
+++ b/platform/android/.gitignore
@@ -30,5 +30,5 @@ fabric.properties
captures/
# Generated test cases
-MapboxGLAndroidSDKTestApp/src/androidTest/java/com/mapbox/mapboxsdk/activity/gen/
+MapboxGLAndroidSDKTestApp/src/androidTest/java/com/mapbox/mapboxsdk/testapp/activity/gen/
diff --git a/platform/android/bitrise.yml b/platform/android/bitrise.yml
index 699f91c445..1959c4392b 100644
--- a/platform/android/bitrise.yml
+++ b/platform/android/bitrise.yml
@@ -71,7 +71,7 @@ workflows:
- content: |-
#!/bin/bash
echo "Running unit tests from testapp/src/test:"
- make android-test
+ make run-android-unit-test
- script:
title: Generate Espresso sanity tests
run_if: '{{enveq "SKIPCI" "false"}}'
@@ -79,7 +79,7 @@ workflows:
- content: |-
#!/bin/bash
echo "Generate these test locally by executing:"
- make android-generate-test
+ make test-code-android
- script:
title: Run Firebase instrumentation tests
run_if: '{{enveq "SKIPCI" "false"}}'
@@ -90,7 +90,7 @@ workflows:
wget -O platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/developer-config.xml "$BITRISEIO_TEST_ACCESS_TOKEN_UI_TEST_URL"
echo "Build seperate test apk:"
- make android-test-apk
+ make android-ui-test
echo "Run tests on firebase:"
gcloud auth activate-service-account --key-file secret.json --project android-gl-native
@@ -223,7 +223,7 @@ workflows:
- content: |-
#!/bin/bash
echo "Generate these test locally by executing:"
- make android-generate-test
+ make test-code-android
- script:
title: Run AWS Device Farm instrumentation tests
inputs: