From 3e9800aa96318cf3a1c939cf1319e304ddd3fba8 Mon Sep 17 00:00:00 2001 From: Jakub Domagala Date: Mon, 12 Oct 2020 23:55:48 +0200 Subject: [PATCH] #1098: Add new variable vt_ci_build to workflow-template.yml and workflows.ini files so it's properly added during workflow generation --- scripts/workflow-template.yml | 1 + scripts/workflows.ini | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/workflow-template.yml b/scripts/workflow-template.yml index 8435bab748..8956e4a86a 100644 --- a/scripts/workflow-template.yml +++ b/scripts/workflow-template.yml @@ -30,6 +30,7 @@ jobs: VT_EXTENDED_TESTS: [% vt_extended_tests %] VT_UNITY_BUILD: [% vt_unity_build %] VT_ZOLTAN: [% vt_zoltan %] + VT_CI_BUILD: [% vt_ci_build %] CACHE: [% cache_dir %] steps: diff --git a/scripts/workflows.ini b/scripts/workflows.ini index 558a7500cd..b9f8613974 100644 --- a/scripts/workflows.ini +++ b/scripts/workflows.ini @@ -10,6 +10,7 @@ vt_pool = 1 vt_extended_tests = 1 vt_unity_build = 1 vt_zoltan = 0 +vt_ci_build = 1 ulimit_core = 0 code_coverage = 0 build_type = release