summaryrefslogtreecommitdiff
path: root/scripts/osx/run.sh
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-05-11 22:03:46 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-05-11 22:03:46 -0700
commit3ccb0b5610a716b8c2bb602cc52f96bc2fb2ff03 (patch)
tree8beb5e4e01240425fcac24a283cbf28fd807ddb6 /scripts/osx/run.sh
parentd784f4755c831eca9828521227ac2541c9c96136 (diff)
downloadqtlocation-mapboxgl-3ccb0b5610a716b8c2bb602cc52f96bc2fb2ff03.tar.gz
Revert "Merge pull request #1429 from mapbox/travis-setup"
This reverts commit 9a233c7ed295a73da1abf3a7feffe6eec2cf9963, reversing changes made to 642024af6da577fe4a50e262b4a0b4e2aff7ebaf.
Diffstat (limited to 'scripts/osx/run.sh')
-rwxr-xr-xscripts/osx/run.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/osx/run.sh b/scripts/osx/run.sh
index be9088d2f6..b84ed04c21 100755
--- a/scripts/osx/run.sh
+++ b/scripts/osx/run.sh
@@ -5,6 +5,14 @@ set -o pipefail
BUILDTYPE=${BUILDTYPE:-Release}
+source ./scripts/travis_helper.sh
+
+# Add Mason to PATH
+export PATH="`pwd`/.mason:${PATH}" MASON_DIR="`pwd`/.mason"
+
+# Set the core file limit to unlimited so a core file is generated upon crash
+ulimit -c unlimited -S
+
################################################################################
# Build
################################################################################