Add jenkinsfile for pipeline build and dockerfile for build

Signed-off-by: brian <brian@brutex.de>
master
Brian Rosenberger 2022-10-25 09:21:58 +02:00
parent 46b04cc0b4
commit efd106dc0a
1 changed files with 6 additions and 0 deletions

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 {