adds build step to Jenkinsfile
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Run architectural test suite on backends / Build ISS, Setup TGC-COMPLIANCE, Run tests on backends (push) Failing after 6m26s
				
					
					
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Run architectural test suite on backends / Build ISS, Setup TGC-COMPLIANCE, Run tests on backends (push) Failing after 6m26s
				This commit is contained in:
		
							
								
								
									
										10
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							| @@ -25,11 +25,13 @@ pipeline { | ||||
|     } | ||||
|  | ||||
|     stages { | ||||
|         stage("Info"){ | ||||
|         stage("build TGC-ISS"){ | ||||
|             steps { | ||||
|                 sh 'pwd' | ||||
|                 sh 'ls -la' | ||||
|                 sh 'ls -la ..' | ||||
|                 sh ''' | ||||
|                 conan profile new --detect --force default | ||||
|                 cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DWITH_ASMJIT=OFF -DWITH_TCC=OFF -DWITH_LLVM=OFF | ||||
|                 cmake --build build -j | ||||
|                 ''' | ||||
|             } | ||||
|         } | ||||
|          | ||||
|   | ||||
		Reference in New Issue
	
	Block a user