summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2016-07-26 12:42:39 +0200
committerKonstantin Käfer <mail@kkaefer.com>2016-08-05 11:42:22 +0200
commit140908568b5e5759e888715e8795c11e7c64218c (patch)
tree9cf64d549536aae3e4a519fde6ab282898ee5ae2 /platform
parente46b580c672e721a6222c83d3e8c111add18e4f2 (diff)
downloadqtlocation-mapboxgl-140908568b5e5759e888715e8795c11e7c64218c.tar.gz
[build] make android targets .PHONY and adhere to naming scheme
Diffstat (limited to 'platform')
-rw-r--r--platform/android/bitrise.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/bitrise.yml b/platform/android/bitrise.yml
index b7508f3836..149f4ac234 100644
--- a/platform/android/bitrise.yml
+++ b/platform/android/bitrise.yml
@@ -34,7 +34,7 @@ workflows:
sudo apt-get install -y pkg-config nodejs cmake
export BUILDTYPE=Release
make android
- make test-android
+ make android-test
- slack:
title: Post to Slack
run_if: '{{enveq "SKIPCI" "false"}}'