yuzu-mainline/appveyor.yml

51 lines
1.6 KiB
YAML
Raw Normal View History

2015-01-11 18:33:44 +01:00
# it seems that Qt is only installed by default on unstable os at the moment
os: unstable
2015-01-11 19:29:39 +01:00
# shallow clone
clone_depth: 1
2015-01-11 18:33:44 +01:00
environment:
2015-02-08 15:23:33 +01:00
QTDIR: C:\Qt\5.4\msvc2013_64_opengl
MEGA_EMAIL:
2015-01-24 18:40:26 +01:00
secure: rEo9CGAYX87GKTqZCZ9vLCNCNqxO5JLgbERaHF3YJWg=
MEGA_PASSWORD:
2015-01-24 18:40:26 +01:00
secure: zE1zmgjS/6GfN/19ROl/O0fVR58svORQ5gdtsxI7J8k=
platform:
2015-02-08 15:23:33 +01:00
- x64
configuration:
- Release
2015-01-11 18:33:44 +01:00
install:
- git submodule update --init --recursive
before_build:
- mkdir build
- cd build
2015-02-08 15:23:33 +01:00
- cmake -G "Visual Studio 12 Win64" ..
2015-01-11 18:33:44 +01:00
- cd ..
after_build:
# upload the build to Mega
- cinst wget -x86
- wget -q http://megatools.megous.com/builds/megatools-1.9.94-win64.zip
# extract megatools silently. See http://stackoverflow.com/a/11629736/1748450
- 7z x megatools-1.9.94-win64.zip | FIND /V "ing "
2015-02-08 15:23:33 +01:00
# copy the qt dlls
- copy C:\Qt\5.4\msvc2013_64_opengl\bin\icudt53.dll build\bin\release
- copy C:\Qt\5.4\msvc2013_64_opengl\bin\icuin53.dll build\bin\release
- copy C:\Qt\5.4\msvc2013_64_opengl\bin\icuuc53.dll build\bin\release
- copy C:\Qt\5.4\msvc2013_64_opengl\bin\Qt5Core.dll build\bin\release
- copy C:\Qt\5.4\msvc2013_64_opengl\bin\Qt5Gui.dll build\bin\release
- copy C:\Qt\5.4\msvc2013_64_opengl\bin\Qt5OpenGL.dll build\bin\release
- copy C:\Qt\5.4\msvc2013_64_opengl\bin\Qt5Widgets.dll build\bin\release
- mkdir build\bin\release\platforms\
2015-02-08 15:23:33 +01:00
- copy C:\Qt\5.4\msvc2013_64_opengl\plugins\platforms\qwindows.dll build\bin\release\platforms
# zip up the build folder -> build.7z
- 7z a build .\build\bin\release\*
# rename, upload to Mega
- npm install sanitize-filename
- cd megatools-1.9.94-win64
- node ..\upload_to_mega.js