Skip to content
Snippets Groups Projects
Commit 2044041c authored by bunnei's avatar bunnei Committed by GitHub
Browse files

Merge pull request #2468 from Kloen/xamarin-pls-stop

appveyor: workaround for unnecesary Xamarin log spam
parents 709e4fa5 d6fc0bdc
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,8 @@ install: ...@@ -20,6 +20,8 @@ install:
- git submodule update --init --recursive - git submodule update --init --recursive
before_build: before_build:
# Xamarin log spam workaround
- del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
- mkdir build - mkdir build
- cd build - cd build
- cmake -G "Visual Studio 14 2015 Win64" -DCITRA_USE_BUNDLED_QT=1 -DCITRA_USE_BUNDLED_SDL2=1 .. - cmake -G "Visual Studio 14 2015 Win64" -DCITRA_USE_BUNDLED_QT=1 -DCITRA_USE_BUNDLED_SDL2=1 ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment