Add jenkinsfile for pipeline build and dockerfile for build
Signed-off-by: brian <brian@brutex.de>master
parent
d02c5d7862
commit
9bc4009d10
|
@ -26,7 +26,7 @@ dependencies {
|
|||
&& !sproj.name.equals("cavis-nd4j")
|
||||
&& !sproj.name.equals("cavis-ui")
|
||||
&& !sproj.name.equals("cavis-zoo")) {
|
||||
implementation project(path: sproj.path, configuration: 'apiElements')
|
||||
implementation project(path: sproj.path, configuration: 'runtimeElements')
|
||||
}
|
||||
}
|
||||
// if(withCpu) api project(path: ":cavis-native:cavis-native-lib", configuration: "cpuSupportApiElements")
|
||||
|
|
Loading…
Reference in New Issue