mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Update appveyor.yml to use VS2015 CMake generator
This commit is contained in:
		
							parent
							
								
									748856ed9e
								
							
						
					
					
						commit
						483737f2e6
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -5,6 +5,8 @@ environment: | ||||||
|   BUILD_PASSWORD: |   BUILD_PASSWORD: | ||||||
|     secure: EXGNlWKJsCtbeImEJ5EP9qrxZ+EqUFfNy+CP61nDOMA= |     secure: EXGNlWKJsCtbeImEJ5EP9qrxZ+EqUFfNy+CP61nDOMA= | ||||||
| 
 | 
 | ||||||
|  | os: Visual Studio 2015 | ||||||
|  | 
 | ||||||
| platform: | platform: | ||||||
|   - x64 |   - x64 | ||||||
| 
 | 
 | ||||||
|  | @ -17,7 +19,7 @@ install: | ||||||
| before_build: | before_build: | ||||||
|   - mkdir build |   - mkdir build | ||||||
|   - cd build |   - cd build | ||||||
|   - cmake -G "Visual Studio 14 Win64" -DCITRA_USE_BUNDLED_GLFW=1 -DCITRA_USE_BUNDLED_QT=1 .. |   - cmake -G "Visual Studio 14 2015 Win64" -DCITRA_USE_BUNDLED_GLFW=1 -DCITRA_USE_BUNDLED_QT=1 .. | ||||||
|   - cd .. |   - cd .. | ||||||
| 
 | 
 | ||||||
| after_build: | after_build: | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue