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