mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 06:30:27 +03:00 
			
		
		
		
	buildserver: test builds against fdroid and adaway
The other apps are too flaky on gpjenkins right now, and that's our only box for running full buildserver tests. Once we get the buildserver tests running on jenkins.debian.net, then we can add a bunch more apps to the test script. gpjenkins is an extra locked down box, so that's why the builds are flaky: gradle and maven downloads regularly fail because they are blocked.
This commit is contained in:
		
							parent
							
								
									2daf00abb7
								
							
						
					
					
						commit
						e44f6380e9
					
				
					 1 changed files with 6 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -60,13 +60,15 @@ fi
 | 
			
		|||
 | 
			
		||||
cd fdroiddata
 | 
			
		||||
echo "build_server_always = True" > config.py
 | 
			
		||||
# if it can't build fdroid, then its really broken
 | 
			
		||||
../fdroid build --verbose --stop --latest org.fdroid.fdroid
 | 
			
		||||
# Gradle, JNI, preassemble
 | 
			
		||||
../fdroid build --stop org.adaway:55
 | 
			
		||||
# Maven
 | 
			
		||||
../fdroid build --stop org.quantumbadger.redreader:55
 | 
			
		||||
#../fdroid build --stop org.quantumbadger.redreader:55
 | 
			
		||||
# Custom build (make)
 | 
			
		||||
../fdroid build --stop com.amaze.filemanager:29
 | 
			
		||||
#../fdroid build --stop com.amaze.filemanager:29
 | 
			
		||||
# Uses verification
 | 
			
		||||
../fdroid build --stop info.guardianproject.checkey:101
 | 
			
		||||
#../fdroid build --stop info.guardianproject.checkey:101
 | 
			
		||||
# Gradle with retrolambda (JDK7 and JDK8)
 | 
			
		||||
../fdroid build --stop com.moez.QKSMS:124
 | 
			
		||||
#../fdroid build --stop com.moez.QKSMS:124
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue