Add jenkinsfile for pipeline build and dockerfile for build
Signed-off-by: brian <brian@brutex.de>
This commit is contained in:
		
							parent
							
								
									2ca92d3431
								
							
						
					
					
						commit
						55c9d7d10c
					
				@ -19,7 +19,7 @@ dependencies {
 | 
			
		||||
    //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-x86_64"
 | 
			
		||||
    api group: "org.bytedeco", name: "javacpp", version: "1.5.7"
 | 
			
		||||
    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"
 | 
			
		||||
    api group: 'net.brutex.cavis-native', name: 'cavis-native-lib', version: '1.0.0-SNAPSHOT'
 | 
			
		||||
    rootProject.getAllprojects().each { Project sproj ->
 | 
			
		||||
        if(!sproj.name.equals(name) && !sproj.name.equals("cavis-common-platform")
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user