mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Merge pull request #1174 from bunnei/vs2015
AppVeyor: Use Visual Studio 2015
This commit is contained in:
		
						commit
						ddfefa9007
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -2,7 +2,6 @@ | ||||||
| clone_depth: 5 | clone_depth: 5 | ||||||
| 
 | 
 | ||||||
| environment: | environment: | ||||||
|   QTDIR: C:\Qt\5.4\msvc2013_64_opengl |  | ||||||
|   BUILD_PASSWORD: |   BUILD_PASSWORD: | ||||||
|     secure: EXGNlWKJsCtbeImEJ5EP9qrxZ+EqUFfNy+CP61nDOMA= |     secure: EXGNlWKJsCtbeImEJ5EP9qrxZ+EqUFfNy+CP61nDOMA= | ||||||
| 
 | 
 | ||||||
|  | @ -18,7 +17,7 @@ install: | ||||||
| before_build: | before_build: | ||||||
|   - mkdir build |   - mkdir build | ||||||
|   - cd build |   - cd build | ||||||
|   - cmake -G "Visual Studio 12 Win64" -DCITRA_USE_BUNDLED_GLFW=1 -DQt5_DIR=%QTDIR%/lib/cmake/Qt5 .. |   - cmake -G "Visual Studio 14 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