Add jenkinsfile for pipeline build and dockerfile for build
Signed-off-by: brian <brian@brutex.de>master
parent
46b04cc0b4
commit
efd106dc0a
|
@ -69,6 +69,12 @@ plugins {
|
|||
id 'signing'
|
||||
}
|
||||
|
||||
chipList.each{ thisChip ->
|
||||
configurations {
|
||||
findByName("${thisChip}SupportImplementation").setCanBeConsumed(true)
|
||||
}
|
||||
}
|
||||
|
||||
chipList.each {thisChip ->
|
||||
sourceSets.register("${thisChip}Support") {
|
||||
java {
|
||||
|
|
Loading…
Reference in New Issue