mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2024-12-29 03:19:44 +00:00
Print crash log in integration tests CI job
This commit is contained in:
parent
007ad4e4d1
commit
9c8a110efb
@ -364,6 +364,8 @@ Ubuntu_Clang_integration_tests:
|
||||
- pip3 install --user numpy matplotlib termtables click
|
||||
script:
|
||||
- CI/run_integration_tests.sh
|
||||
after_script:
|
||||
- if [[ -f /tmp/openmw-crash.log ]]; then cat /tmp/openmw-crash.log; fi
|
||||
|
||||
.MacOS:
|
||||
image: macos-11-xcode-12
|
||||
|
@ -46,6 +46,7 @@ declare -rA GROUPED_DEPS=(
|
||||
|
||||
[openmw-integration-tests]="
|
||||
ca-certificates
|
||||
gdb
|
||||
git
|
||||
git-lfs
|
||||
libavcodec58
|
||||
|
Loading…
Reference in New Issue
Block a user