mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-20 09:11:35 +00:00
Combine daily and on-push build declarations
This commit is contained in:
parent
f10202dbbe
commit
a680952434
1 changed files with 8 additions and 9 deletions
|
@ -395,21 +395,16 @@ Windows_Ninja_Tests_RelWithDebInfo:
|
||||||
- MSVC2019_64/*/*/*/*/*/*/*.log
|
- MSVC2019_64/*/*/*/*/*/*/*.log
|
||||||
- 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:
|
Windows_MSBuild_Engine_Release:
|
||||||
extends:
|
extends:
|
||||||
- .Windows_MSBuild_Base
|
- .Windows_MSBuild_Base
|
||||||
variables:
|
variables:
|
||||||
<<: *engine-targets
|
<<: *engine-targets
|
||||||
config: "Release"
|
config: "Release"
|
||||||
|
rules:
|
||||||
|
# run this for both pushes and schedules so 'latest successful pipeline for branch' always includes it
|
||||||
|
- if: $CI_PIPELINE_SOURCE == "push"
|
||||||
|
- if: $CI_PIPELINE_SOURCE == "schedule"
|
||||||
|
|
||||||
Windows_MSBuild_Engine_Debug:
|
Windows_MSBuild_Engine_Debug:
|
||||||
extends:
|
extends:
|
||||||
|
@ -431,6 +426,10 @@ Windows_MSBuild_CS_Release:
|
||||||
variables:
|
variables:
|
||||||
<<: *cs-targets
|
<<: *cs-targets
|
||||||
config: "Release"
|
config: "Release"
|
||||||
|
rules:
|
||||||
|
# run this for both pushes and schedules so 'latest successful pipeline for branch' always includes it
|
||||||
|
- if: $CI_PIPELINE_SOURCE == "push"
|
||||||
|
- if: $CI_PIPELINE_SOURCE == "schedule"
|
||||||
|
|
||||||
Windows_MSBuild_CS_Debug:
|
Windows_MSBuild_CS_Debug:
|
||||||
extends:
|
extends:
|
||||||
|
|
Loading…
Reference in a new issue