summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Yuri Kunde Schlesner2015-02-08 12:23:33 -0200
committerGravatar Yuri Kunde Schlesner2015-02-08 12:57:35 -0200
commit689d80e07740748182bac4f4e54667bf8b07c20f (patch)
tree398020b4cb43618c2eb9504bf46cbe2445e9b2fa
parentMerge pull request #542 from chinhodado/patch-1 (diff)
downloadyuzu-689d80e07740748182bac4f4e54667bf8b07c20f.tar.gz
yuzu-689d80e07740748182bac4f4e54667bf8b07c20f.tar.xz
yuzu-689d80e07740748182bac4f4e54667bf8b07c20f.zip
Appveyor: Do x64 builds
-rw-r--r--appveyor.yml24
1 files changed, 12 insertions, 12 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 06c9a7909..0f8fd50aa 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -5,14 +5,14 @@ os: unstable
5clone_depth: 1 5clone_depth: 1
6 6
7environment: 7environment:
8 QTDIR: C:\Qt\5.4\msvc2013_opengl 8 QTDIR: C:\Qt\5.4\msvc2013_64_opengl
9 MEGA_EMAIL: 9 MEGA_EMAIL:
10 secure: rEo9CGAYX87GKTqZCZ9vLCNCNqxO5JLgbERaHF3YJWg= 10 secure: rEo9CGAYX87GKTqZCZ9vLCNCNqxO5JLgbERaHF3YJWg=
11 MEGA_PASSWORD: 11 MEGA_PASSWORD:
12 secure: zE1zmgjS/6GfN/19ROl/O0fVR58svORQ5gdtsxI7J8k= 12 secure: zE1zmgjS/6GfN/19ROl/O0fVR58svORQ5gdtsxI7J8k=
13 13
14platform: 14platform:
15 - Win32 15 - x64
16 16
17configuration: 17configuration:
18 - Release 18 - Release
@@ -23,7 +23,7 @@ install:
23before_build: 23before_build:
24 - mkdir build 24 - mkdir build
25 - cd build 25 - cd build
26 - cmake .. 26 - cmake -G "Visual Studio 12 Win64" ..
27 - cd .. 27 - cd ..
28 28
29after_build: 29after_build:
@@ -32,16 +32,16 @@ after_build:
32 - wget -q http://megatools.megous.com/builds/megatools-1.9.94-win64.zip 32 - wget -q http://megatools.megous.com/builds/megatools-1.9.94-win64.zip
33 # extract megatools silently. See http://stackoverflow.com/a/11629736/1748450 33 # extract megatools silently. See http://stackoverflow.com/a/11629736/1748450
34 - 7z x megatools-1.9.94-win64.zip | FIND /V "ing " 34 - 7z x megatools-1.9.94-win64.zip | FIND /V "ing "
35 # copy the qt dlls 35 # copy the qt dlls
36 - copy C:\Qt\5.4\msvc2013_opengl\bin\icudt53.dll build\bin\release 36 - copy C:\Qt\5.4\msvc2013_64_opengl\bin\icudt53.dll build\bin\release
37 - copy C:\Qt\5.4\msvc2013_opengl\bin\icuin53.dll build\bin\release 37 - copy C:\Qt\5.4\msvc2013_64_opengl\bin\icuin53.dll build\bin\release
38 - copy C:\Qt\5.4\msvc2013_opengl\bin\icuuc53.dll build\bin\release 38 - copy C:\Qt\5.4\msvc2013_64_opengl\bin\icuuc53.dll build\bin\release
39 - copy C:\Qt\5.4\msvc2013_opengl\bin\Qt5Core.dll build\bin\release 39 - copy C:\Qt\5.4\msvc2013_64_opengl\bin\Qt5Core.dll build\bin\release
40 - copy C:\Qt\5.4\msvc2013_opengl\bin\Qt5Gui.dll build\bin\release 40 - copy C:\Qt\5.4\msvc2013_64_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_64_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_64_opengl\bin\Qt5Widgets.dll build\bin\release
43 - mkdir build\bin\release\platforms\ 43 - mkdir build\bin\release\platforms\
44 - copy C:\Qt\5.4\msvc2013_opengl\plugins\platforms\qwindows.dll build\bin\release\platforms 44 - copy C:\Qt\5.4\msvc2013_64_opengl\plugins\platforms\qwindows.dll build\bin\release\platforms
45 # zip up the build folder -> build.7z 45 # zip up the build folder -> build.7z
46 - 7z a build .\build\bin\release\* 46 - 7z a build .\build\bin\release\*
47 # rename, upload to Mega 47 # rename, upload to Mega