diff options
author | James Rowe <jroweboy@gmail.com> | 2015-03-27 08:54:47 +0100 |
---|---|---|
committer | James Rowe <jroweboy@gmail.com> | 2015-03-28 09:21:37 +0100 |
commit | 37a9d0635ef03ed9dde1af82f0cbf524faaa215e (patch) | |
tree | 1bf780212ece4a3109f0e405ecc36bac59731e1e /appveyor.yml | |
parent | unsetting a few more variables that arent needed outside of this function (diff) | |
download | yuzu-37a9d0635ef03ed9dde1af82f0cbf524faaa215e.tar yuzu-37a9d0635ef03ed9dde1af82f0cbf524faaa215e.tar.gz yuzu-37a9d0635ef03ed9dde1af82f0cbf524faaa215e.tar.bz2 yuzu-37a9d0635ef03ed9dde1af82f0cbf524faaa215e.tar.lz yuzu-37a9d0635ef03ed9dde1af82f0cbf524faaa215e.tar.xz yuzu-37a9d0635ef03ed9dde1af82f0cbf524faaa215e.tar.zst yuzu-37a9d0635ef03ed9dde1af82f0cbf524faaa215e.zip |
Diffstat (limited to '')
-rw-r--r-- | appveyor.yml | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/appveyor.yml b/appveyor.yml index 7886b905b..f2b656729 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,17 +25,7 @@ before_build: - cd .. after_build: - # 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\ - - copy C:\Qt\5.4\msvc2013_64_opengl\plugins\platforms\qwindows.dll build\bin\release\platforms - + # copying the needed QT Dlls is now done post build. See the CMakeLists.txt file in the citra-qt folder - ps: > if (!"$env:APPVEYOR_PULL_REQUEST_TITLE" -and ("$env:APPVEYOR_REPO_BRANCH" -eq "master")) { |