diff options
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 |