diff --git a/appveyor.yml b/appveyor.yml index 0b4343ef4e..76df458e94 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,12 +25,6 @@ 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", @@ -42,6 +36,11 @@ install: C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S $dependencies" 2> $null } + else(($env:BUILD_TYPE -eq 'msvc') { + $dependecies = "SDL2-2.0.5" + "unicorn-yuzu" + "qt-5.7-msvc2015_64" + } before_build: - mkdir %BUILD_TYPE%_build - cd %BUILD_TYPE%_build