Skip to content

Commit

Permalink
Update AppVeyor settings (and use alternative FTP library)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuubari committed Feb 9, 2016
1 parent 5bbd648 commit 6a957b1
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,34 @@ build:
project: source\KanColleViewer.sln
publish_nuget: false
verbosity: minimal
after_build:
- cmd: >-
7z a KanColleViewer.zip
%APPVEYOR_BUILD_FOLDER%\source\Grabacr07.KanColleViewer\bin\Release\*.dll
%APPVEYOR_BUILD_FOLDER%\source\Grabacr07.KanColleViewer\bin\Release\KanColleViewer.exe
%APPVEYOR_BUILD_FOLDER%\source\Grabacr07.KanColleViewer\bin\Release\KanColleViewer.exe.config
7z a KanColleViewer.zip
%APPVEYOR_BUILD_FOLDER%\source\Grabacr07.KanColleViewer\bin\Release\en
%APPVEYOR_BUILD_FOLDER%\source\Grabacr07.KanColleViewer\bin\Release\ko-KR
%APPVEYOR_BUILD_FOLDER%\source\Grabacr07.KanColleViewer\bin\Release\zh-CN
7z a
-xr!*.pdb
-xr!*.xml
-xr!*.config
-xr!ExPlugin.*
KanColleViewer.zip
%APPVEYOR_BUILD_FOLDER%\source\Grabacr07.KanColleViewer\bin\Release\Plugins
artifacts:
- path: source\Grabacr07.KanColleViewer\bin\Release
- path: KanColleViewer.zip
name: KanColleViewer
deploy:
- provider: FTP
beta: true
protocol: ftps
host: koumakan.jp
username: $(ftpuser)
password: $(ftppassword)
folder: /
artifact: /KanColleViewer\.zip/
folder: $(appveyor_repo_branch)-$(appveyor_build_version)
artifact: KanColleViewer.zip

0 comments on commit 6a957b1

Please sign in to comment.