summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-12-15 10:47:33 -0800
committerMinh Nguyễn <mxn@1ec5.org>2015-12-15 10:47:33 -0800
commit62412af6ab746dd8fb5b8984c75b3ff6e6b223e5 (patch)
tree29ca48ce24267fd9778fe1e7d728caa7898aef32 /scripts
parentf4d394d935796964d2cad6c9f1cfb59f8d392bdb (diff)
downloadqtlocation-mapboxgl-62412af6ab746dd8fb5b8984c75b3ff6e6b223e5.tar.gz
[osx] Only build osxapp on Travis
Building osxapp means building the SDK, so building the SDK independently is wasteful. Fixes #3313.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/osx/run.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/osx/run.sh b/scripts/osx/run.sh
index 0f7841b4a3..28c1adba1b 100755
--- a/scripts/osx/run.sh
+++ b/scripts/osx/run.sh
@@ -11,12 +11,6 @@ BUILDTYPE=${BUILDTYPE:-Release}
# Build
################################################################################
-mapbox_time "package_osx_symbols" \
-make xpackage
-
-mapbox_time "package_osx_stripped" \
-make xpackage-strip
-
mapbox_time "compile_program" \
make xosx -j${JOBS} BUILDTYPE=${BUILDTYPE}