mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-30 21:15:36 +00:00
Ensure we don't clobber the download link while we're using RelWithDebInfo dev builds
This commit is contained in:
parent
467fda0110
commit
706f6ed788
1 changed files with 11 additions and 4 deletions
|
@ -514,10 +514,11 @@ macOS12_Xcode13:
|
||||||
- .Windows_MSBuild_Base
|
- .Windows_MSBuild_Base
|
||||||
variables:
|
variables:
|
||||||
config: "Release"
|
config: "Release"
|
||||||
rules:
|
# temporarily disabled while this isn't the thing we link on the downloads page
|
||||||
# run this for both pushes and schedules so 'latest successful pipeline for branch' always includes it
|
# rules:
|
||||||
- if: $CI_PIPELINE_SOURCE == "push"
|
# # run this for both pushes and schedules so 'latest successful pipeline for branch' always includes it
|
||||||
- if: $CI_PIPELINE_SOURCE == "schedule"
|
# - if: $CI_PIPELINE_SOURCE == "push"
|
||||||
|
# - if: $CI_PIPELINE_SOURCE == "schedule"
|
||||||
|
|
||||||
.Windows_MSBuild_Debug:
|
.Windows_MSBuild_Debug:
|
||||||
extends:
|
extends:
|
||||||
|
@ -532,6 +533,12 @@ Windows_MSBuild_RelWithDebInfo:
|
||||||
config: "RelWithDebInfo"
|
config: "RelWithDebInfo"
|
||||||
# Gitlab can't successfully execute following binaries due to unknown reason
|
# Gitlab can't successfully execute following binaries due to unknown reason
|
||||||
# executables: "openmw_test_suite.exe,openmw_detournavigator_navmeshtilescache_benchmark.exe"
|
# executables: "openmw_test_suite.exe,openmw_detournavigator_navmeshtilescache_benchmark.exe"
|
||||||
|
# temporarily enabled while we're linking these on the downloads page
|
||||||
|
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"
|
||||||
|
|
||||||
|
|
||||||
Ubuntu_AndroidNDK_arm64-v8a:
|
Ubuntu_AndroidNDK_arm64-v8a:
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Reference in a new issue