From 706f6ed78872e64a266a32508b4c133c8d9b54f3 Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Wed, 15 Jun 2022 21:39:24 +0000 Subject: [PATCH] Ensure we don't clobber the download link while we're using RelWithDebInfo dev builds --- .gitlab-ci.yml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 49aa41a7a6..d2a1c1423b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -514,10 +514,11 @@ macOS12_Xcode13: - .Windows_MSBuild_Base variables: 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" +# temporarily disabled while this isn't the thing we link 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" .Windows_MSBuild_Debug: extends: @@ -532,6 +533,12 @@ Windows_MSBuild_RelWithDebInfo: config: "RelWithDebInfo" # Gitlab can't successfully execute following binaries due to unknown reason # 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: tags: