Add lintian checks after build
This commit is contained in:
		
							parent
							
								
									95479b578f
								
							
						
					
					
						commit
						be2cd6ae28
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -19,5 +19,9 @@ script:
 | 
			
		|||
    # build the debian package
 | 
			
		||||
    - debuild -uc -us
 | 
			
		||||
 | 
			
		||||
after_script:
 | 
			
		||||
    # run lintian after build
 | 
			
		||||
    - sudo apt-get install -qq --no-install-recommends lintian
 | 
			
		||||
    - lintian --info --display-info --display-experimental --pedantic --show-overrides ../*.deb && lintian --info --display-info --display-experimental --pedantic --show-overrides ../*.dsc
 | 
			
		||||
#notifications:
 | 
			
		||||
#  email: false
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue