summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorChin <chin.bimbo@gmail.com>2015-01-24 16:45:06 +0100
committerChin <chin.bimbo@gmail.com>2015-01-24 18:36:49 +0100
commita4a1ce766d9ac0284e4bb28a1c3f7f0f3d1a6204 (patch)
tree97e44054401215563fad0555ac07d43ce6f80942 /appveyor.yml
parentAppVeyor: Change to release build instead of debug (diff)
downloadyuzu-a4a1ce766d9ac0284e4bb28a1c3f7f0f3d1a6204.tar
yuzu-a4a1ce766d9ac0284e4bb28a1c3f7f0f3d1a6204.tar.gz
yuzu-a4a1ce766d9ac0284e4bb28a1c3f7f0f3d1a6204.tar.bz2
yuzu-a4a1ce766d9ac0284e4bb28a1c3f7f0f3d1a6204.tar.lz
yuzu-a4a1ce766d9ac0284e4bb28a1c3f7f0f3d1a6204.tar.xz
yuzu-a4a1ce766d9ac0284e4bb28a1c3f7f0f3d1a6204.tar.zst
yuzu-a4a1ce766d9ac0284e4bb28a1c3f7f0f3d1a6204.zip
Diffstat (limited to '')
-rw-r--r--appveyor.yml11
1 files changed, 5 insertions, 6 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 8e7bacd6f..7c985b940 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -6,9 +6,11 @@ clone_depth: 1
environment:
QTDIR: C:\Qt\5.4\msvc2013_opengl
+ MEGA_EMAIL:
+ secure: dLyH/46MKKuCZyozkwwVGCL7nVyX+Cxyo1hVlCUaQDU=
MEGA_PASSWORD:
secure: ozgp54EZj98kcbD/O+Xl5Q==
-
+
platform:
- Win32
@@ -23,7 +25,7 @@ before_build:
- cd build
- cmake ..
- cd ..
-
+
after_build:
# upload the build to Mega
- cinst wget -x86
@@ -38,12 +40,9 @@ after_build:
- copy C:\Qt\5.4\msvc2013_opengl\bin\Qt5Gui.dll build\bin\release
- copy C:\Qt\5.4\msvc2013_opengl\bin\Qt5OpenGL.dll build\bin\release
- copy C:\Qt\5.4\msvc2013_opengl\bin\Qt5Widgets.dll build\bin\release
- # delete build craps
- - del /F /S /Q /A "build\bin\release\*.ilk"
- - del /F /S /Q /A "build\bin\release\*.pdb"
# 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
-