mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			165 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			165 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
os:
 | 
						|
  - linux
 | 
						|
  - osx
 | 
						|
 | 
						|
language: cpp
 | 
						|
 | 
						|
cache:
 | 
						|
  apt: true
 | 
						|
  directories:
 | 
						|
    - .homebrew-cache
 | 
						|
 | 
						|
before_install:
 | 
						|
 - sh .travis-deps.sh
 | 
						|
 | 
						|
script:
 | 
						|
 - sh .travis-build.sh
 |