From 5db676563716fa5001444f8f0571283b9ccb5d7f Mon Sep 17 00:00:00 2001 From: Grabacr07 Date: Wed, 16 Dec 2015 03:54:40 +0900 Subject: [PATCH] =?UTF-8?q?submodule=20=E6=9B=B4=E6=96=B0=E3=81=A8?= =?UTF-8?q?=E3=81=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appveyor.yml | 34 ++++++++++++++++++++++++++++++++++ source/MetroRadiance | 2 +- source/MetroTrilithon | 2 +- 3 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 000000000..b8ba2c4d2 --- /dev/null +++ b/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/ \ No newline at end of file diff --git a/source/MetroRadiance b/source/MetroRadiance index fab303510..c3cfbaf42 160000 --- a/source/MetroRadiance +++ b/source/MetroRadiance @@ -1 +1 @@ -Subproject commit fab3035101307466a1f7eaa9a86fc129d427121a +Subproject commit c3cfbaf4242a80dc0f5fd1dae46a2f43ae377141 diff --git a/source/MetroTrilithon b/source/MetroTrilithon index 945bc4d62..5f2c3ecc2 160000 --- a/source/MetroTrilithon +++ b/source/MetroTrilithon @@ -1 +1 @@ -Subproject commit 945bc4d620f6300675c2e4cc3dd21cbf9e1d8cb2 +Subproject commit 5f2c3ecc222d532ef5eec3f7cd653beecdfcd64c