diff options
| -rw-r--r-- | appveyor.yml | 2 |
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: | |||
| 20 | - git submodule update --init --recursive | 20 | - git submodule update --init --recursive |
| 21 | 21 | ||
| 22 | before_build: | 22 | before_build: |
| 23 | # Xamarin log spam workaround | ||
| 24 | - del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets" | ||
| 23 | - mkdir build | 25 | - mkdir build |
| 24 | - cd build | 26 | - cd build |
| 25 | - cmake -G "Visual Studio 14 2015 Win64" -DCITRA_USE_BUNDLED_QT=1 -DCITRA_USE_BUNDLED_SDL2=1 .. | 27 | - cmake -G "Visual Studio 14 2015 Win64" -DCITRA_USE_BUNDLED_QT=1 -DCITRA_USE_BUNDLED_SDL2=1 .. |