Skip to content

Commit

Permalink
submodule 更新とか
Browse files Browse the repository at this point in the history
  • Loading branch information
Grabacr07 committed Dec 15, 2015
1 parent ee9b4c6 commit 5db6765
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
34 changes: 34 additions & 0 deletions appveyor.yml
@@ -0,0 +1,34 @@
version: '{build}'
branches:
only:
- master
- develop
os: Visual Studio 2015
configuration: Release
platform: Any CPU
init:
- cmd: git config --global core.autocrlf true
environment:
PATH: C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
nuget:
disable_publish_on_pr: true
before_build:
- cmd: >-
git submodule init
git submodule update
nuget restore source\KanColleViewer.sln -PackagesDirectory source\packages
build:
project: source\KanColleViewer.sln
publish_nuget: true
verbosity: minimal
artifacts:
- path: source\Grabacr07.KanColleViewer\bin\Release
name: KanColleViewer
deploy:
- provider: NuGet
api_key:
secure: GrOjr849MkxFz3v7VSIvDNd0ZNZDaUTDeHqRF0InDLzMSuFoDmrqiMaKtIz0MxG8
artifact: /KanColle.*\.nupkg/
2 changes: 1 addition & 1 deletion source/MetroRadiance
Submodule MetroRadiance updated from fab303 to c3cfba
2 changes: 1 addition & 1 deletion source/MetroTrilithon
Submodule MetroTrilithon updated from 945bc4 to 5f2c3e

0 comments on commit 5db6765

Please sign in to comment.