From 0bd8f072c0ed176f3dc3983d796e43100530080e Mon Sep 17 00:00:00 2001 From: brian Date: Mon, 24 Oct 2022 18:07:39 +0200 Subject: [PATCH] Add jenkinsfile for pipeline build and dockerfile for build Signed-off-by: brian --- cavis-full/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cavis-full/build.gradle b/cavis-full/build.gradle index c360cfe56..b6f082a52 100644 --- a/cavis-full/build.gradle +++ b/cavis-full/build.gradle @@ -36,8 +36,8 @@ dependencies { } } */ - if(withCpu()) api project(path: ":cavis-native:cavi-native-lib", configuration: "cpuSupportCompileClasspath") - if(withCuda()) api project(path: ":cavis-native:cavi-native-lib", configuration: "cudaSupportCompileClasspath") + if(withCpu()) api project(path: ":cavis-native:cavis-native-lib", configuration: "cpuSupportCompileClasspath") + if(withCuda()) api project(path: ":cavis-native:cavis-native-lib", configuration: "cudaSupportCompileClasspath") /* api (project(':cavis-native:cavis-native-lib')) {