From a310b6be958805ca58a1500084e8c3a12ba196c7 Mon Sep 17 00:00:00 2001 From: brian Date: Tue, 25 Oct 2022 09:16:07 +0200 Subject: [PATCH] Add jenkinsfile for pipeline build and dockerfile for build Signed-off-by: brian --- cavis-full/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cavis-full/build.gradle b/cavis-full/build.gradle index c09fed04e..7250b7861 100644 --- a/cavis-full/build.gradle +++ b/cavis-full/build.gradle @@ -36,7 +36,7 @@ dependencies { } } */ - //if(withCpu()) api project(path: ":cavis-native:cavis-native-lib", configuration: "cpuSupportCompileClasspath") + if(withCpu()) api project(path: ":cavis-native:cavis-native-lib", configuration: "cpuSupportCompileClasspath") //if(withCuda()) api project(path: ":cavis-native:cavis-native-lib", configuration: "cudaSupportCompileClasspath") /*