summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Chin2015-01-24 11:54:03 -0500
committerGravatar Chin2015-01-24 12:36:55 -0500
commit88627fae0cbc3d0f6a5ef47295ff2d89d00a3597 (patch)
tree08841542dfc345f0b8d05a25c317341a0e47891b
parentAppVeyor: Sanitize the file name before uploading (diff)
downloadyuzu-88627fae0cbc3d0f6a5ef47295ff2d89d00a3597.tar.gz
yuzu-88627fae0cbc3d0f6a5ef47295ff2d89d00a3597.tar.xz
yuzu-88627fae0cbc3d0f6a5ef47295ff2d89d00a3597.zip
AppVeyor: Add qwindows.dll to the build
-rw-r--r--appveyor.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 7c985b940..7188cd438 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -40,6 +40,8 @@ after_build:
40 - copy C:\Qt\5.4\msvc2013_opengl\bin\Qt5Gui.dll build\bin\release 40 - copy C:\Qt\5.4\msvc2013_opengl\bin\Qt5Gui.dll build\bin\release
41 - copy C:\Qt\5.4\msvc2013_opengl\bin\Qt5OpenGL.dll build\bin\release 41 - copy C:\Qt\5.4\msvc2013_opengl\bin\Qt5OpenGL.dll build\bin\release
42 - copy C:\Qt\5.4\msvc2013_opengl\bin\Qt5Widgets.dll build\bin\release 42 - copy C:\Qt\5.4\msvc2013_opengl\bin\Qt5Widgets.dll build\bin\release
43 - mkdir build\bin\release\platforms\
44 - copy C:\Qt\5.4\msvc2013_opengl\plugins\platforms\qwindows.dll build\bin\release\platforms
43 # zip up the build folder -> build.7z 45 # zip up the build folder -> build.7z
44 - 7z a build .\build\bin\release\* 46 - 7z a build .\build\bin\release\*
45 # rename, upload to Mega 47 # rename, upload to Mega