Add jenkinsfile for pipeline build and dockerfile for build
Signed-off-by: brian <brian@brutex.de>master
parent
6af05fc8a5
commit
0bd8f072c0
|
@ -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')) {
|
||||
|
|
Loading…
Reference in New Issue