1
0
Fork 0
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:
psi29a 2021-10-26 08:47:35 +00:00
parent 603b0ad851
commit a69cc46801

View file

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