summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-10-23 03:30:05 -0700
committerKonstantin Käfer <mail@kkaefer.com>2014-10-23 03:30:05 -0700
commit3b397c56ed2b851b07bca3a7c7d38cb0e7cb53f3 (patch)
tree2b415860ef698cac9f5001d9855833efb2d0a871 /.travis.yml
parent10cb83579feb53e7524ec899c0bff19161877669 (diff)
downloadqtlocation-mapboxgl-3b397c56ed2b851b07bca3a7c7d38cb0e7cb53f3.tar.gz
print core dumps on application crashes
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index bc714f77c6..653b61037e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,6 +33,11 @@ before_install:
install:
- make config.gypi
- ./scripts/travis_install_test_suite.sh
+- ulimit -c
+
+before_script:
+ # Set the core file limit to unlimited so a core file is generated upon crash
+ - ulimit -c unlimited -S
script:
- ./scripts/travis_script.sh