summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorKloen <kloen@outlawkiwi.com>2017-01-23 12:06:55 +0100
committerKloen <kloen@outlawkiwi.com>2017-01-23 12:06:55 +0100
commitd6fc0bdc75042f730b83b39c0603bfc493399f8d (patch)
tree3f2a3526790032cd9a4d99d6c4cf9804be789078 /appveyor.yml
parentChanged FAQ link (#2462) (diff)
downloadyuzu-d6fc0bdc75042f730b83b39c0603bfc493399f8d.tar
yuzu-d6fc0bdc75042f730b83b39c0603bfc493399f8d.tar.gz
yuzu-d6fc0bdc75042f730b83b39c0603bfc493399f8d.tar.bz2
yuzu-d6fc0bdc75042f730b83b39c0603bfc493399f8d.tar.lz
yuzu-d6fc0bdc75042f730b83b39c0603bfc493399f8d.tar.xz
yuzu-d6fc0bdc75042f730b83b39c0603bfc493399f8d.tar.zst
yuzu-d6fc0bdc75042f730b83b39c0603bfc493399f8d.zip
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index c07559479..2a4a15d40 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -20,6 +20,8 @@ install:
- git submodule update --init --recursive
before_build:
+ # Xamarin log spam workaround
+ - del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
- mkdir build
- cd build
- cmake -G "Visual Studio 14 2015 Win64" -DCITRA_USE_BUNDLED_QT=1 -DCITRA_USE_BUNDLED_SDL2=1 ..