Add jenkinsfile for pipeline build and dockerfile for build
Signed-off-by: brian <brian@brutex.de>master
parent
fd4da57a0d
commit
6174642bfe
|
@ -18,7 +18,7 @@ dependencies {
|
||||||
api 'org.slf4j:slf4j-api:2.0.3'
|
api 'org.slf4j:slf4j-api:2.0.3'
|
||||||
//TODO for the two below.. either platform specific uber jars or a single big one with all platforms
|
//TODO for the two below.. either platform specific uber jars or a single big one with all platforms
|
||||||
// api group: "org.bytedeco", name: "javacpp", version: "1.5.7", classifier: "linux-x64_86"
|
// api group: "org.bytedeco", name: "javacpp", version: "1.5.7", classifier: "linux-x64_86"
|
||||||
api group: "org.bytedeco", name: "javacpp", version: "1.5.7"
|
api group: "org.bytedeco", name: "javacpp", version: "1.5.7", ext: "jar"
|
||||||
api group: 'net.brutex.cavis-native', name: 'cavis-native-lib', version: '1.0.0-SNAPSHOT', classifier: "linux-x86_64-avx2-cpu"
|
api group: 'net.brutex.cavis-native', name: 'cavis-native-lib', version: '1.0.0-SNAPSHOT', classifier: "linux-x86_64-avx2-cpu"
|
||||||
|
|
||||||
rootProject.getAllprojects().each { Project sproj ->
|
rootProject.getAllprojects().each { Project sproj ->
|
||||||
|
|
Loading…
Reference in New Issue