mirror of https://github.com/yuzu-mirror/yuzu
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			19 lines
		
	
	
		
			338 B
		
	
	
	
		
			Bash
		
	
			
		
		
	
	
			19 lines
		
	
	
		
			338 B
		
	
	
	
		
			Bash
		
	
| # List of environment variables to be shared with Docker containers
 | |
| CI
 | |
| TRAVIS
 | |
| CONTINUOUS_INTEGRATION
 | |
| TRAVIS_BRANCH
 | |
| TRAVIS_BUILD_ID
 | |
| TRAVIS_BUILD_NUMBER
 | |
| TRAVIS_COMMIT
 | |
| TRAVIS_COMMIT_RANGE
 | |
| TRAVIS_EVENT_TYPE
 | |
| TRAVIS_JOB_ID
 | |
| TRAVIS_JOB_NUMBER
 | |
| TRAVIS_REPO_SLUG
 | |
| TRAVIS_TAG
 | |
| 
 | |
| # yuzu specific flags
 | |
| ENABLE_COMPATIBILITY_REPORTING
 | |
| USE_DISCORD_PRESENCE
 |