From e91589cab5e7bea954939c814283f55128e3e1d0 Mon Sep 17 00:00:00 2001 From: Danila Malyutin Date: Fri, 7 Aug 2015 19:06:46 +0300 Subject: [PATCH] clean up --- appveyor.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index a9c2e2776b..162f08ea35 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,12 +20,7 @@ build_script: - cmake --build . --config Release install: - - cinst wget -# - ps: Start-FileDownload 'http://sourceforge.net/projects/syncped/files/wxWidgets-3.1.0-include.7z' - ps: Start-FileDownload 'https://402331b94f8e4b87ae2ef4677347f7956cf3861f.googledrive.com/host/0B6v_qtb9hkicfmt0NG0wTTRtUmF4X3VTQk5Oc2JidEVKVnUteDA1dXdrYlNsVW9kREpsSHc/lib.7z' -# - ps: Start-FileDownload 'http://sourceforge.net/projects/syncped/files/wxWidgets-3.1.0-locale.7z' -# - 7z x wxWidgets-3.1.0-include.7z -oC:\wxWidgets -# - 7z x wxWidgets-3.1.0-locale.7z -oC:\wxWidgets - set wxWidgets_ROOT_DIR=C:\projects\rpcs3\wxWidgets; - set WXWIN=C:\projects\rpcs3\wxWidgets; - set OPENALDIR=C:\projects\rpcs3\OpenAL; @@ -35,11 +30,4 @@ after_build: - mkdir c:\cache\wxWidgets\lib\vc_x64_lib - move wxWidgets\lib\vc_x64_lib c:\cache\wxWidgets\lib\vc_x64_lib -# not exactly the best dependency but works for now -cache: -# - c:\cache\wxWidgets\lib\vc_x64_lib -> .gitmodules - -test: off -#build: -# project: rpcs3.sln -# verbosity: minimal \ No newline at end of file +test: off \ No newline at end of file