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'
|
id 'signing'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
chipList.each{ thisChip ->
|
||||||
|
configurations {
|
||||||
|
findByName("${thisChip}SupportImplementation").setCanBeConsumed(true)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
chipList.each {thisChip ->
|
chipList.each {thisChip ->
|
||||||
sourceSets.register("${thisChip}Support") {
|
sourceSets.register("${thisChip}Support") {
|
||||||
java {
|
java {
|
||||||
|
|
Loading…
Reference in New Issue