Add jenkinsfile for pipeline build and dockerfile for build
Signed-off-by: brian <brian@brutex.de>master
parent
28b1df3773
commit
e5d45fb620
|
@ -84,7 +84,7 @@ chipList.each {thisChip ->
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if(osdetector.os.startsWith("windows")) {
|
//if(osdetector.os.startsWith("windows")) {
|
||||||
sourceSets {
|
sourceSets {
|
||||||
main {
|
main {
|
||||||
java {
|
java {
|
||||||
|
@ -93,7 +93,7 @@ if(osdetector.os.startsWith("windows")) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
//}
|
||||||
|
|
||||||
|
|
||||||
java {
|
java {
|
||||||
|
|
Loading…
Reference in New Issue