From cff69aeb08eb8c32106fbcf7d71de5c0f27dc6e2 Mon Sep 17 00:00:00 2001 From: bobthecooldad Date: Mon, 15 Jan 2018 18:08:59 +0000 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 9b8fe09461..0b4343ef4e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,6 +25,12 @@ configuration: install: - git submodule update --init --recursive - ps: | + if (($env:BUILD_TYPE -eq 'msvc') { + $dependecies = "SDL2-2.0.5" + "unicorn-yuzu" + "qt-5.7-msvc2015_64" + } + if ($env:BUILD_TYPE -eq 'mingw') { $dependencies = "mingw64/mingw-w64-x86_64-cmake", "mingw64/mingw-w64-x86_64-qt5",