Add jenkinsfile for pipeline build and dockerfile for build

Signed-off-by: brian <brian@brutex.de>
This commit is contained in:
Brian Rosenberger 2022-10-30 05:45:35 +01:00
parent d02c5d7862
commit 9bc4009d10

View File

@ -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")