Add jenkinsfile for pipeline build and dockerfile for build

Signed-off-by: brian <brian@brutex.de>
This commit is contained in:
Brian Rosenberger 2022-10-25 09:21:58 +02:00
parent 46b04cc0b4
commit efd106dc0a

View File

@ -69,6 +69,12 @@ plugins {
id 'signing'
}
chipList.each{ thisChip ->
configurations {
findByName("${thisChip}SupportImplementation").setCanBeConsumed(true)
}
}
chipList.each {thisChip ->
sourceSets.register("${thisChip}Support") {
java {