diff options
| author | bloodstalker <thabogre@gmail.com> | 2017-02-20 02:24:25 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2017-02-20 02:24:25 +0000 | 
| commit | a8b4305cb78d88b985578ef2f7879bdaedbe7eea (patch) | |
| tree | 640622d585a5e994f67b2367648532c6d32b9188 | |
| parent | running with j2, its faster... (diff) | |
| download | mutator-a8b4305cb78d88b985578ef2f7879bdaedbe7eea.tar.gz mutator-a8b4305cb78d88b985578ef2f7879bdaedbe7eea.zip | |
enabled core dumps, checking whether it works.
| -rw-r--r-- | .travis.yml | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/.travis.yml b/.travis.yml index fc5a387..eae7f43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,7 @@ before_install:        - pip install --user cpp-coveralls  before_script:  +  - ulimit -c unlimited -s    - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y    - sudo apt-get update -y    - wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key|sudo apt-key add - @@ -34,6 +35,9 @@ before_script:  script: make CXX=clang-4.0 LLVM_CONF=llvm-config-4.0 BUILD_MODE=COV_NO_CLANG -j2 +after_failure: +  - find . -maxdepth 1 -name "core*" +  after_success:    - llvm-config-4.0 --has-rtti    - gcc -v @@ -51,3 +55,4 @@ after_success:    - gcc -E - <<< '#include<assert.h>'    - ls    - ulimit -a +  - find . -maxdepth 1 -name "core*" | 
