]> granicus.if.org Git - graphviz/commitdiff
Appveyor: Reduce build output noise.
authorErwin Janssen <erwinjanssen@outlook.com>
Tue, 23 Aug 2016 00:58:58 +0000 (02:58 +0200)
committerErwin Janssen <erwinjanssen@outlook.com>
Wed, 7 Sep 2016 10:59:12 +0000 (12:59 +0200)
Before the build, delete the file "C:\Program Files
(x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets",
Otherwise several "target does not exist and will be ignored" messages are
printed.

appveyor.yml

index b442d45a940cb44e4c2ae82d89174115c34c53e0..786672e4b5c304356ec09a81fe9783b83e510cbf 100644 (file)
@@ -56,6 +56,11 @@ install:
 
       nmake /f windows/Makefile.vc build_libs
 
+before_build:
+# This file is deleted to reduce noise in the build output. Otherwise several 
+# "target does not exist and will be ignored" messages are printed.
+- del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
+
 build_script:
   # Ghostscript only has to be configured when MSYS2 or Cygwin are enabled.
   ## Add Ghostscript folder to the path so ps2pdf can be called to create docs.