Separate out generator logic from the multisrc boilerplate itself

This commit is contained in:
arkon
2021-03-09 18:02:17 -05:00
parent 8e977fec59
commit 580754e668
19 changed files with 120 additions and 97 deletions

View File

@ -41,7 +41,7 @@ jobs:
env:
CI_MULTISRC: "true"
with:
arguments: :multisrc:multisrcGenerators
arguments: :multisrc:generateExtensions
wrapper-cache-enabled: true
dependencies-cache-enabled: true
configuration-cache-enabled: true
@ -88,4 +88,4 @@ jobs:
arguments: assembleRelease
wrapper-cache-enabled: true
dependencies-cache-enabled: true
configuration-cache-enabled: true
configuration-cache-enabled: true

View File

@ -51,7 +51,7 @@ jobs:
with:
build-root-directory: master
wrapper-directory: master
arguments: :multisrc:multisrcGenerators
arguments: :multisrc:generateExtensions
wrapper-cache-enabled: true
dependencies-cache-enabled: true
configuration-cache-enabled: true