mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	travis: share env vars with Docker
This commit is contained in:
		
							parent
							
								
									3a82c2eb3a
								
							
						
					
					
						commit
						4cd25d115d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1,3 +1,3 @@ | ||||||
| #!/bin/bash -ex | #!/bin/bash -ex | ||||||
| mkdir "$HOME/.ccache" || true | mkdir "$HOME/.ccache" || true | ||||||
| docker run -e ENABLE_COMPATIBILITY_REPORTING -v $(pwd):/citra -v "$HOME/.ccache":/root/.ccache ubuntu:18.04 /bin/bash -ex /citra/.travis/linux-mingw/docker.sh | docker run --env-file .travis/common/travis-ci.env -e ENABLE_COMPATIBILITY_REPORTING -v $(pwd):/citra -v "$HOME/.ccache":/root/.ccache ubuntu:18.04 /bin/bash -ex /citra/.travis/linux-mingw/docker.sh | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue