diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2015-12-24 15:07:45 -0800 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2015-12-24 15:07:45 -0800 |
commit | 7b032907d7c328a5cc2f2ea2ef9d65f465a1d34f (patch) | |
tree | ed5bb1c4e07a6d716ac8f1c09f1219895164c554 /platform | |
parent | 490907ac29d3a1f4c0eb7574ee7074853a6fc7c2 (diff) | |
download | qtlocation-mapboxgl-7b032907d7c328a5cc2f2ea2ef9d65f465a1d34f.tar.gz |
[osx] Stop building/testing OS X SDK on Travis
Diffstat (limited to 'platform')
-rwxr-xr-x | platform/osx/scripts/run.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/platform/osx/scripts/run.sh b/platform/osx/scripts/run.sh index 3bdd6bfc76..6969863afd 100755 --- a/platform/osx/scripts/run.sh +++ b/platform/osx/scripts/run.sh @@ -11,9 +11,6 @@ BUILDTYPE=${BUILDTYPE:-Release} # Build ################################################################################ -mapbox_time "run_sdk_tests" \ -make xctest -j${JOBS} BUILDTYPE=${BUILDTYPE} - mapbox_time "compile_render_binary" \ make xrender -j${JOBS} BUILDTYPE=${BUILDTYPE} |