summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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