1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-01 03:21:41 +00:00

Print crash log in integration tests CI job

This commit is contained in:
elsid 2023-01-29 21:43:30 +01:00
parent 007ad4e4d1
commit 9c8a110efb
No known key found for this signature in database
GPG Key ID: 4DE04C198CBA7625
2 changed files with 3 additions and 0 deletions

View File

@ -364,6 +364,8 @@ Ubuntu_Clang_integration_tests:
- pip3 install --user numpy matplotlib termtables click - pip3 install --user numpy matplotlib termtables click
script: script:
- CI/run_integration_tests.sh - CI/run_integration_tests.sh
after_script:
- if [[ -f /tmp/openmw-crash.log ]]; then cat /tmp/openmw-crash.log; fi
.MacOS: .MacOS:
image: macos-11-xcode-12 image: macos-11-xcode-12

View File

@ -46,6 +46,7 @@ declare -rA GROUPED_DEPS=(
[openmw-integration-tests]=" [openmw-integration-tests]="
ca-certificates ca-certificates
gdb
git git
git-lfs git-lfs
libavcodec58 libavcodec58