Unverified Commit 0bb01515 authored by Igor [hyperxor]'s avatar Igor [hyperxor] Committed by GitHub

Add ulimit -c unlimited -S (#721)

parent 906798c6
...@@ -114,6 +114,9 @@ before_script: ...@@ -114,6 +114,9 @@ before_script:
-DPISTACHE_USE_SSL=true -DPISTACHE_USE_SSL=true
script: script:
# Set the ulimit
- ulimit -c unlimited -S
# Debug build # Debug build
- cd Build-Debug - cd Build-Debug
- make -j 2 all test ARGS="-V" - make -j 2 all test ARGS="-V"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment