From 5515bc94b7b95b167e84c4b13fad6a8a3740af52 Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Wed, 7 Oct 2020 21:04:36 +0000 Subject: [PATCH] Keep logs as artifacts --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f53c6942..77650aea5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,6 +71,15 @@ MacOS: artifacts: paths: - build/OpenMW-*.dmg + - "*.log" + - build/*.log + - build/*/*.log + - build/*/*/*.log + - build/*/*/*/*.log + - build/*/*/*/*/*.log + - build/*/*/*/*/*/*.log + - build/*/*/*/*/*/*/*.log + - build/*/*/*/*/*/*/*/*.log variables: &engine-targets targets: "openmw,openmw-essimporter,openmw-iniimporter,openmw-launcher,openmw-wizard"