diff --git a/appveyor.yml b/appveyor.yml index 01ec2c8..6e3961b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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%