Add jenkinsfile for pipeline build and dockerfile for build
Signed-off-by: brian <brian@brutex.de>master
parent
49fdbff24c
commit
fa3c9a3a4f
|
@ -28,8 +28,8 @@ dependencies {
|
|||
api sproj
|
||||
}
|
||||
}
|
||||
if(withCpu) api project(path: ":cavis-native:cavis-native-lib", configuration: "cpuRuntimeElements")
|
||||
if(withCuda) api project(path: ":cavis-native:cavis-native-lib", configuration: "cudaRuntimeElements")
|
||||
if(withCpu) api project(path: ":cavis-native:cavis-native-lib", configuration: "cpuSupportRuntimeElements")
|
||||
if(withCuda) api project(path: ":cavis-native:cavis-native-lib", configuration: "cudaSupportRuntimeElements")
|
||||
/*
|
||||
api(projects.cavisNative.cavisNativeLib) {
|
||||
capabilities {
|
||||
|
|
Loading…
Reference in New Issue