summaryrefslogtreecommitdiff
path: root/platform/linux
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2016-02-11 17:25:15 +0200
committerThiago Marcos P. Santos <thiago@mapbox.com>2016-02-11 17:25:15 +0200
commit43ed846a12d574a7a0465a54ded22507b706462a (patch)
tree5bce969b7133f03fba67686d405b719be1dafc49 /platform/linux
parentff9dadba671998a7a2afbef1787e8b6a25e23476 (diff)
downloadqtlocation-mapboxgl-43ed846a12d574a7a0465a54ded22507b706462a.tar.gz
[build] Build `offline` tool on the bots
Make sure it doesn't break.
Diffstat (limited to 'platform/linux')
-rwxr-xr-xplatform/linux/scripts/run.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/linux/scripts/run.sh b/platform/linux/scripts/run.sh
index 3e40881ec6..1c0c13968a 100755
--- a/platform/linux/scripts/run.sh
+++ b/platform/linux/scripts/run.sh
@@ -17,6 +17,9 @@ make linux -j${JOBS} BUILDTYPE=${BUILDTYPE}
mapbox_time "compile_render_binary" \
make render -j${JOBS} BUILDTYPE=${BUILDTYPE}
+mapbox_time "compile_offline_binary" \
+make offline -j${JOBS} BUILDTYPE=${BUILDTYPE}
+
mapbox_time "compile_tests" \
make test -j${JOBS} BUILDTYPE=${BUILDTYPE}