add: drone.yml
This commit is contained in:
		
							parent
							
								
									fb66480873
								
							
						
					
					
						commit
						43dac8fd32
					
				
					 1 changed files with 16 additions and 0 deletions
				
			
		
							
								
								
									
										16
									
								
								.drone.yml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								.drone.yml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,16 @@
 | 
			
		|||
kind: pipeline
 | 
			
		||||
name: default
 | 
			
		||||
 | 
			
		||||
steps:
 | 
			
		||||
  - name: test
 | 
			
		||||
    image: serguzim/emgauwa-builder
 | 
			
		||||
    pull: always
 | 
			
		||||
    commands:
 | 
			
		||||
      - mkdir build
 | 
			
		||||
      - cd build
 | 
			
		||||
      - cmake ..
 | 
			
		||||
      - make test
 | 
			
		||||
 | 
			
		||||
trigger:
 | 
			
		||||
  branch:
 | 
			
		||||
    - dev
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue