1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-25 05:30:55 +00:00

Re-enable MSBuild job when things might have killed it

This commit is contained in:
AnyOldName3 2024-03-24 01:32:36 +00:00
parent 795bb0bb98
commit f8496e4f67

View file

@ -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: