From 9df02e2b9780b08c8c55cda8122e90ef4886fffb Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 24 Apr 2014 12:51:58 -0700 Subject: [PATCH] Set path to find the correct version of msbuild. --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index ba60551f..b67e3fd8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,2 +1,4 @@ +install: + - set PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH% + before_build: cmake . -build_script: where msbuild