mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-06 07:15:36 +00:00
Update .gitlab-ci.yml
This commit is contained in:
parent
603b0ad851
commit
a69cc46801
1 changed files with 9 additions and 9 deletions
|
@ -396,6 +396,15 @@ Windows_Ninja_Tests_RelWithDebInfo:
|
|||
- MSVC2019_64/*/*/*/*/*/*/*.log
|
||||
- MSVC2019_64/*/*/*/*/*/*/*/*.log
|
||||
|
||||
Daily_Windows_MSBuild_Engine_Release:on-schedule:
|
||||
extends:
|
||||
- .Windows_MSBuild_Base
|
||||
variables:
|
||||
<<: *engine-targets
|
||||
config: "Release"
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == "schedule"
|
||||
|
||||
Windows_MSBuild_Engine_Release:
|
||||
extends:
|
||||
- .Windows_MSBuild_Base
|
||||
|
@ -417,15 +426,6 @@ Windows_MSBuild_Engine_RelWithDebInfo:
|
|||
<<: *engine-targets
|
||||
config: "RelWithDebInfo"
|
||||
|
||||
Daily_Windows_MSBuild_Engine_RelWithDebInfo:on-schedule:
|
||||
extends:
|
||||
- .Windows_MSBuild_Base
|
||||
variables:
|
||||
<<: *engine-targets
|
||||
config: "Release"
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == "schedule"
|
||||
|
||||
Windows_MSBuild_CS_Release:
|
||||
extends:
|
||||
- .Windows_MSBuild_Base
|
||||
|
|
Loading…
Reference in a new issue