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:
parent
795bb0bb98
commit
f8496e4f67
1 changed files with 16 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue