Skip to content

Commit

Permalink
#1098: Add new variable vt_ci_build to workflow-template.yml and work…
Browse files Browse the repository at this point in the history
…flows.ini files so it's properly added during workflow generation
  • Loading branch information
JacobDomagala authored and Braden Mailloux committed Oct 15, 2020
1 parent df32a33 commit 3e9800a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/workflow-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions scripts/workflows.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e9800a

Please sign in to comment.