Skip to content

Commit

Permalink
Install gdb...
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Aug 25, 2020
1 parent 5d683ef commit 27a32a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,12 @@ script:
# 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
- if eval [ $is_notcoverity_cmake ]; then cmake --build . --target check; fi
- if eval [ $is_notcoverity_cmake ]; then cmake --build . --target check || (gdb -batch -ex run -ex bt --args ./bin/tests_engines_nwn2_test_door; exit 1); fi

addons:
apt:
packages:
- gdb
- ninja-build
- zlib1g-dev
- liblzma-dev
Expand Down

0 comments on commit 27a32a6

Please sign in to comment.