Browse Source

contrib/ci.inria.fr/job-1-check.sh: allow core dumping

Nathalie Furmento 6 years ago
parent
commit
81058a7773
1 changed files with 2 additions and 0 deletions
  1. 2 0
      contrib/ci.inria.fr/job-1-check.sh

+ 2 - 0
contrib/ci.inria.fr/job-1-check.sh

@@ -18,6 +18,8 @@
 set -e
 set -x
 
+ulimit -c unlimited
+
 export PKG_CONFIG_PATH=/home/ci/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
 export LD_LIBRARY_PATH=/home/ci/usr/local/lib:$LD_LIBRARY_PATH