diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2016-07-26 12:42:39 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2016-08-05 11:42:22 +0200 |
commit | 140908568b5e5759e888715e8795c11e7c64218c (patch) | |
tree | 9cf64d549536aae3e4a519fde6ab282898ee5ae2 /platform/android | |
parent | e46b580c672e721a6222c83d3e8c111add18e4f2 (diff) | |
download | qtlocation-mapboxgl-140908568b5e5759e888715e8795c11e7c64218c.tar.gz |
[build] make android targets .PHONY and adhere to naming scheme
Diffstat (limited to 'platform/android')
-rw-r--r-- | platform/android/bitrise.yml | 2 |
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"}}' |