1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-04 04:13:06 +00:00

Combine daily and on-push build declarations

This means there'll always be a job of a predictable name in the last
successful pipeline for the master branch, and we can have static URLs
again.
This commit is contained in:
AnyOldName3 2021-11-28 18:28:42 +00:00
parent f10202dbbe
commit ab4a9195ef

View file

@ -395,21 +395,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
variables:
<<: *engine-targets
config: "Release"
rules:
# run this for both pushes and schedules so 'latest successful pipeline for branch' always includes it
- if: true
Windows_MSBuild_Engine_Debug:
extends: