aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 4010f2ea..80908b8c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -7,6 +7,11 @@ environment:
- GEN: "Visual Studio 14 2015 Win64"
CFG: Release
+install:
+ # Remove the VS Xamarin targets to reduce AppVeyor specific noise in build
+ # logs. See also http://help.appveyor.com/discussions/problems/4569
+ - del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
+
build_script:
- cd build
- cmake .. -G"%GEN%"