Add jenkinsfile for pipeline build and dockerfile for build
Signed-off-by: brian <brian@brutex.de>master
parent
7cd0cd12cc
commit
46b04cc0b4
|
@ -36,7 +36,7 @@ dependencies {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
if(withCpu()) api project(path: ":cavis-native:cavis-native-lib", configuration: "implementation")
|
if(withCpu()) api project(path: ":cavis-native:cavis-native-lib", configuration: "cpuSupportCompileClasspath")
|
||||||
//if(withCuda()) api project(path: ":cavis-native:cavis-native-lib", configuration: "cudaSupportCompileClasspath")
|
//if(withCuda()) api project(path: ":cavis-native:cavis-native-lib", configuration: "cudaSupportCompileClasspath")
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -431,6 +431,7 @@ chipList.each { thisChip ->
|
||||||
chipList.each{ thisChip ->
|
chipList.each{ thisChip ->
|
||||||
configurations {
|
configurations {
|
||||||
implementation.extendsFrom findByName("${thisChip}SupportImplementation")
|
implementation.extendsFrom findByName("${thisChip}SupportImplementation")
|
||||||
|
findByName("${thisChip}SupportImplementation").setCanBeConsumed(true)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue