From 9c8a110efbee3693b93c5c05ac0877380b76b46a Mon Sep 17 00:00:00 2001 From: elsid Date: Sun, 29 Jan 2023 21:43:30 +0100 Subject: [PATCH] Print crash log in integration tests CI job --- .gitlab-ci.yml | 2 ++ CI/install_debian_deps.sh | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1709455930..2f16c93ac4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/CI/install_debian_deps.sh b/CI/install_debian_deps.sh index bad780315b..c942ce739d 100755 --- a/CI/install_debian_deps.sh +++ b/CI/install_debian_deps.sh @@ -46,6 +46,7 @@ declare -rA GROUPED_DEPS=( [openmw-integration-tests]=" ca-certificates + gdb git git-lfs libavcodec58