Set generator to 'Visual Studio 10 2010' on AppVeyor

This commit is contained in:
Zeex 2015-03-29 00:03:56 +06:00
parent 13680704ea
commit 36f62ff4bd

View File

@ -4,7 +4,7 @@ configuration:
- RelWithDebInfo
before_build:
- cmake source/compiler
- cmake -G "Visual Studio 10 2010" source/compiler
build_script:
- cmake --build . --config %CONFIGURATION%