summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Zugaldia <antonio@mapbox.com>2019-03-29 11:08:28 -0400
committerAntonio Zugaldia <antonio@mapbox.com>2019-03-29 11:08:28 -0400
commitdb6c997ff36607a5e9350dd701033a599ec85218 (patch)
tree12fe7ac23afc8bfa3c0d91956feeb07fcb9d79ec
parent2cfdd1a2f7042650538d24058fc28ad092739073 (diff)
downloadqtlocation-mapboxgl-upstream/az-make-offline.tar.gz
[linux] add a new run step to build the offline cliupstream/az-make-offline
-rw-r--r--circle.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index 45b6f1413c..0aa1a622c3 100644
--- a/circle.yml
+++ b/circle.yml
@@ -850,6 +850,9 @@ jobs:
- build-test
- save-dependencies
- run-unit-tests
+ - run:
+ name: Build offline CLI
+ command: make offline
# ------------------------------------------------------------------------------
linux-gcc5-debug-coverage: