This commit is contained in:
		
							
								
								
									
										19
									
								
								.drone.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								.drone.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,19 @@
 | 
				
			|||||||
 | 
					pipeline:
 | 
				
			||||||
 | 
					  build:
 | 
				
			||||||
 | 
					    image: debian
 | 
				
			||||||
 | 
					    pull: true
 | 
				
			||||||
 | 
					    commands:
 | 
				
			||||||
 | 
					      - make
 | 
				
			||||||
 | 
					      - make install
 | 
				
			||||||
 | 
					    when:
 | 
				
			||||||
 | 
					      event: [push, tag]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  package:
 | 
				
			||||||
 | 
					    image: debian
 | 
				
			||||||
 | 
					    pull: true
 | 
				
			||||||
 | 
					    commands:
 | 
				
			||||||
 | 
					      - apt install build-essential
 | 
				
			||||||
 | 
					      - debuild -us -uc
 | 
				
			||||||
 | 
					      - ls -la
 | 
				
			||||||
 | 
					    when:
 | 
				
			||||||
 | 
					      event: tag/.vagrant
 | 
				
			||||||
		Reference in New Issue
	
	Block a user