summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Zugaldia <antonio@mapbox.com>2019-04-01 11:39:41 -0400
committerGitHub <noreply@github.com>2019-04-01 11:39:41 -0400
commitac4bb98572b91865427c990a41cc93362813d9b6 (patch)
tree2c9a2db7a6171d77dfbd6d3695c86f690214fa30
parentc66ec867c959eb87519dd27f4c1bf53e34de60de (diff)
downloadqtlocation-mapboxgl-ac4bb98572b91865427c990a41cc93362813d9b6.tar.gz
[linux] add a new run step to build the offline cli (#14272)
-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: