mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 06:30:27 +03:00 
			
		
		
		
	gitlab-ci: move pip job to Xenial, Trusty is over
This commit is contained in:
		
							parent
							
								
									7381a94b47
								
							
						
					
					
						commit
						e2351f6c53
					
				
					 1 changed files with 5 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -78,9 +78,9 @@ ubuntu_lts:
 | 
			
		|||
    - cd tests
 | 
			
		||||
    - ./run-tests
 | 
			
		||||
 | 
			
		||||
# test using TrustyLTS with all depends from pypi
 | 
			
		||||
ubuntu_trusty_pip:
 | 
			
		||||
  image: ubuntu:trusty
 | 
			
		||||
# test using Xenial LTS with all depends from pypi
 | 
			
		||||
ubuntu_xenial_pip:
 | 
			
		||||
  image: ubuntu:xenial
 | 
			
		||||
  only:
 | 
			
		||||
    - master@fdroid/fdroidserver
 | 
			
		||||
  variables:
 | 
			
		||||
| 
						 | 
				
			
			@ -90,11 +90,10 @@ ubuntu_trusty_pip:
 | 
			
		|||
    - echo Etc/UTC > /etc/timezone
 | 
			
		||||
    - apt-get -qy update
 | 
			
		||||
    - apt-get -qy dist-upgrade
 | 
			
		||||
    - apt-get -qy install git default-jdk python3-pip python3.4-venv
 | 
			
		||||
    - apt-get -qy install --no-install-recommends git default-jdk-headless python3-pip python3-venv rsync zipalign
 | 
			
		||||
    - rm -rf env
 | 
			
		||||
    - pyvenv-3.4 env
 | 
			
		||||
    - pyvenv env
 | 
			
		||||
    - . env/bin/activate
 | 
			
		||||
    - echo sed -i "s/'requests.*',$/'requests',/" setup.py
 | 
			
		||||
    - pip3 install --upgrade babel pip setuptools
 | 
			
		||||
    - pip3 install -e .
 | 
			
		||||
    - ./setup.py compile_catalog
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue