mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-11-04 04:34:07 +01:00 
			
		
		
		
	travis: Make macOS builds utilize Xcode 10
Keeps the used toolchain up to date and finally allows the use of <optional> and <variant> standard library headers within the codebase.
This commit is contained in:
		
							parent
							
								
									93fea4e179
								
							
						
					
					
						commit
						5873b14efd
					
				@ -24,7 +24,7 @@ matrix:
 | 
				
			|||||||
    - os: osx
 | 
					    - os: osx
 | 
				
			||||||
      env: NAME="macos build"
 | 
					      env: NAME="macos build"
 | 
				
			||||||
      sudo: false
 | 
					      sudo: false
 | 
				
			||||||
      osx_image: xcode9.3
 | 
					      osx_image: xcode10
 | 
				
			||||||
      install: "./.travis/macos/deps.sh"
 | 
					      install: "./.travis/macos/deps.sh"
 | 
				
			||||||
      script: "./.travis/macos/build.sh"
 | 
					      script: "./.travis/macos/build.sh"
 | 
				
			||||||
      after_success: "./.travis/macos/upload.sh"
 | 
					      after_success: "./.travis/macos/upload.sh"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user