From f8496e4f672d88f5e97fa9a7681232a67cc813a0 Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Sun, 24 Mar 2024 01:32:36 +0000 Subject: [PATCH] Re-enable MSBuild job when things might have killed it --- .gitlab-ci.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0dac890e17..bf24826eec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1036,6 +1036,22 @@ Windows_Ninja_CacheInit: config: "RelWithDebInfo" # Gitlab can't successfully execute following binaries due to unknown reason # executables: "components-tests.exe,openmw-tests.exe,openmw-cs-tests.exe,openmw_detournavigator_navmeshtilescache_benchmark.exe" + rules: + - if: $CI_PIPELINE_SOURCE == "merge_request_event" + changes: + paths: + - CMakeLists.txt + - "**/CMakeLists.txt" + - "**/*.cmake" + - "CI/*msvc*" + - if: $CI_PIPELINE_SOURCE == "push" + #changes: + # paths: + # - CMakeLists.txt + # - "**/CMakeLists.txt" + # - "**/*.cmake" + # - "CI/*msvc*" + # compare_to: the last time this job worked for a parent commit Windows_MSBuild_RelWithDebInfo_GroupOne: extends: