Update appveyor.yml
This commit is contained in:
@@ -25,6 +25,12 @@ configuration:
|
|||||||
install:
|
install:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
- ps: |
|
- 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') {
|
if ($env:BUILD_TYPE -eq 'mingw') {
|
||||||
$dependencies = "mingw64/mingw-w64-x86_64-cmake",
|
$dependencies = "mingw64/mingw-w64-x86_64-cmake",
|
||||||
"mingw64/mingw-w64-x86_64-qt5",
|
"mingw64/mingw-w64-x86_64-qt5",
|
||||||
|
|||||||
Reference in New Issue
Block a user