diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2015-12-15 10:47:33 -0800 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2015-12-15 10:47:33 -0800 |
commit | 62412af6ab746dd8fb5b8984c75b3ff6e6b223e5 (patch) | |
tree | 29ca48ce24267fd9778fe1e7d728caa7898aef32 /scripts | |
parent | f4d394d935796964d2cad6c9f1cfb59f8d392bdb (diff) | |
download | qtlocation-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-x | scripts/osx/run.sh | 6 |
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} |