From 11b70d0a95190c586c9cf4447c3977423c3a6dbd Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Fri, 15 Jan 2016 12:20:46 +0000 Subject: [PATCH] Force appveyor to use VS 2013. --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 4e0214b5..590ad265 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,3 +1,5 @@ +os: Visual Studio 2013 + environment: CMAKE_ARGS: -DCMAKE_BUILD_TYPE=Release NSIS_ROOT: C:\nsis