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
|
api sproj
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(withCpu) api project(path: ":cavis-native:cavis-native-lib", configuration: "cpuRuntimeElements")
|
if(withCpu) api project(path: ":cavis-native:cavis-native-lib", configuration: "cpuSupportRuntimeElements")
|
||||||
if(withCuda) api project(path: ":cavis-native:cavis-native-lib", configuration: "cudaRuntimeElements")
|
if(withCuda) api project(path: ":cavis-native:cavis-native-lib", configuration: "cudaSupportRuntimeElements")
|
||||||
/*
|
/*
|
||||||
api(projects.cavisNative.cavisNativeLib) {
|
api(projects.cavisNative.cavisNativeLib) {
|
||||||
capabilities {
|
capabilities {
|
||||||
|
|
Loading…
Reference in New Issue