Add jenkinsfile for pipeline build and dockerfile for build

Signed-off-by: brian <brian@brutex.de>
master
Brian Rosenberger 2022-10-27 14:36:31 +02:00
parent 49fdbff24c
commit fa3c9a3a4f
1 changed files with 2 additions and 2 deletions

View File

@ -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 {