Add jenkinsfile for pipeline build and dockerfile for build

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

View File

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