From 49fdbff24c98547bf02c2f6a42eee8ba6d65f00c Mon Sep 17 00:00:00 2001 From: brian Date: Thu, 27 Oct 2022 14:32:48 +0200 Subject: [PATCH] Add jenkinsfile for pipeline build and dockerfile for build Signed-off-by: brian --- cavis-full/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cavis-full/build.gradle b/cavis-full/build.gradle index ce704c79e..6fedf169f 100644 --- a/cavis-full/build.gradle +++ b/cavis-full/build.gradle @@ -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 {