mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Upgrade AppVeyor to Visual Studio 2017
More C++14/17 goodness!
This commit is contained in:
		
							parent
							
								
									d2bb0a6f2d
								
							
						
					
					
						commit
						eb8afab865
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -8,7 +8,7 @@ cache: | |||
|   - C:\ProgramData\chocolatey\bin -> appveyor.yml | ||||
|   - C:\ProgramData\chocolatey\lib -> appveyor.yml | ||||
| 
 | ||||
| os: Visual Studio 2015 | ||||
| os: Visual Studio 2017 | ||||
| 
 | ||||
| platform: | ||||
|   - x64 | ||||
|  | @ -21,10 +21,10 @@ install: | |||
| 
 | ||||
| before_build: | ||||
|   # Xamarin log spam workaround | ||||
|   - del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets" | ||||
|   - del "C:\Program Files (x86)\MSBuild\15.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets" | ||||
|   - mkdir build | ||||
|   - cd build | ||||
|   - cmake -G "Visual Studio 14 2015 Win64" -DCITRA_USE_BUNDLED_QT=1 -DCITRA_USE_BUNDLED_SDL2=1 .. | ||||
|   - cmake -G "Visual Studio 15 2017 Win64" -DCITRA_USE_BUNDLED_QT=1 -DCITRA_USE_BUNDLED_SDL2=1 .. | ||||
|   - cd .. | ||||
| 
 | ||||
| build: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue