Skip to content

Commit

Permalink
TEST SEGFAULT GDB
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Aug 24, 2020
1 parent 316052c commit 5d683ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ script:
- if eval [ $is_notcoverity_autot ]; then ./autogen.sh; fi
- if eval [ $is_notcoverity_autot ]; then ./configure || (cat config.log; exit 1); fi
- if eval [ $is_notcoverity_autot ]; then make -j4; fi
- if eval [ $is_notcoverity_autot ]; then echo "" > test-suite.log; make -j4 check || (cat test-suite.log; exit 1); fi
- if eval [ $is_notcoverity_autot ]; then echo "" > test-suite.log; make -j4 check || (cat test-suite.log; gdb -batch -ex run -ex bt --args tests/engines/nwn2/test_door; exit 1); fi
# CMake build system: cmake -G Ninja . && cmake --build . && cmake --build . --target check
- if eval [ $is_notcoverity_cmake ]; then cmake -G Ninja .; fi
- if eval [ $is_notcoverity_cmake ]; then cmake --build .; fi
Expand Down

0 comments on commit 5d683ef

Please sign in to comment.