mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 06:30:27 +03:00 
			
		
		
		
	gitlab-ci: fix debian_testing and ubuntu_lts_ppa jobs
!1110 These setups did not have dexdump at all.
This commit is contained in:
		
							parent
							
								
									1ae6e4e254
								
							
						
					
					
						commit
						cea192b9fb
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -84,6 +84,7 @@ debian_testing:
 | 
			
		|||
        aapt
 | 
			
		||||
        androguard
 | 
			
		||||
        apksigner
 | 
			
		||||
        dexdump
 | 
			
		||||
        fdroidserver
 | 
			
		||||
        git
 | 
			
		||||
        gnupg
 | 
			
		||||
| 
						 | 
				
			
			@ -110,7 +111,7 @@ ubuntu_lts_ppa:
 | 
			
		|||
    - echo "deb http://ppa.launchpad.net/fdroid/fdroidserver/ubuntu $RELEASE main" >> /etc/apt/sources.list
 | 
			
		||||
    - apt-get update
 | 
			
		||||
    - apt-get dist-upgrade
 | 
			
		||||
    - apt-get install --install-recommends fdroidserver git python3-setuptools
 | 
			
		||||
    - apt-get install --install-recommends dexdump fdroidserver git python3-setuptools
 | 
			
		||||
    - cd tests
 | 
			
		||||
    - ./run-tests
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue