diff options
author | Łukasz Paczos <lukasz.paczos@mapbox.com> | 2018-03-14 15:41:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-14 15:41:15 +0100 |
commit | 3294f279e32315fc904e84317076c0a634091f14 (patch) | |
tree | 8768c315bd87c7a13433c95e98a1e591bcb61df4 /circle.yml | |
parent | 4404a2669bf5278eba902e4c183932809204fa7c (diff) | |
download | qtlocation-mapboxgl-3294f279e32315fc904e84317076c0a634091f14.tar.gz |
[android] build release Test App before publishing (#11418)
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml index c40b6c9c11..e221687845 100644 --- a/circle.yml +++ b/circle.yml @@ -389,6 +389,9 @@ jobs: - run: name: Build package command: make apackage + - run: + name: Build release Test App + command: make android - *show-ccache-stats - *save-cache - *save-gradle-cache |