Add DEB packaging to CI
This commit is contained in:
		
							parent
							
								
									fa74737d5d
								
							
						
					
					
						commit
						15ad35046a
					
				| 
						 | 
				
			
			@ -7,4 +7,12 @@ steps:
 | 
			
		|||
      cp target/release/espanso-*.gz .
 | 
			
		||||
      sha256sum espanso-*.gz | awk '{ print $1 }' > espanso-linux-sha256.txt
 | 
			
		||||
      ls -la
 | 
			
		||||
    displayName: "Cargo build and packaging for Linux"
 | 
			
		||||
    displayName: "Cargo build and packaging for Linux"
 | 
			
		||||
 | 
			
		||||
  - script: |
 | 
			
		||||
      cargo install cargo-deb
 | 
			
		||||
      cargo deb
 | 
			
		||||
      cp target/release/debian/espanso*amd64.deb espanso-debian-amd64.deb
 | 
			
		||||
      sha256sum espanso-*amd64.deb | awk '{ print $1 }' > espanso-debian-amd64-sha256.txt
 | 
			
		||||
      ls -la
 | 
			
		||||
    displayName: "Packaging deb package"
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user