summaryrefslogtreecommitdiff
path: root/scripts/osx/run.sh
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2015-05-05 15:54:57 -0400
committerMike Morris <michael.patrick.morris@gmail.com>2015-05-07 15:50:46 -0400
commit6b900791390a315d104446d9b29b096db03a8fcd (patch)
treede9cb02ccb48be79c478ae1d5ffeac9de06316e2 /scripts/osx/run.sh
parentdcbf4940daa35994e3d4f73a130af9476274e745 (diff)
downloadqtlocation-mapboxgl-6b900791390a315d104446d9b29b096db03a8fcd.tar.gz
break out setup.sh from run.sh
chmod +x drop travis_helper from android and ios source travis_helper.sh before_install only run setup.sh if file exists explicitly local paths explicit if statement in before_install source setup.sh
Diffstat (limited to 'scripts/osx/run.sh')
-rwxr-xr-xscripts/osx/run.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/osx/run.sh b/scripts/osx/run.sh
index b84ed04c21..be9088d2f6 100755
--- a/scripts/osx/run.sh
+++ b/scripts/osx/run.sh
@@ -5,14 +5,6 @@ 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
################################################################################