Skip to content

Commit

Permalink
Merge pull request sakura-editor#34 from sakura-editor/appveyor-badge
Browse files Browse the repository at this point in the history
AppVeyorバッジ追加、AppVeyor URL修正
  • Loading branch information
m-tmatma authored Jun 2, 2018
2 parents cd83d29 + 73e2897 commit 21bed69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Sakura Editor
[![Build status](https://ci.appveyor.com/api/projects/status/xlsp22h1q91mh96j/branch/master?svg=true)](https://ci.appveyor.com/project/sakuraeditor/sakura/branch/master)

A free Japanese text editor for Windows

## Web Site
Expand All @@ -24,10 +26,10 @@ Visual Studio Community 2017 で `sakura/sakura_vc2017.sln` を開いてビル

## CI Build (AppVeyor)
本リポジトリの最新 master は以下の AppVeyor プロジェクト上で自動ビルドされます。
https://ci.appveyor.com/project/sakuraeditor/sakura
https://ci.appveyor.com/project/sakuraeditor/sakura/branch/master

最新のビルド結果(バイナリ)はここから取得できます。
https://ci.appveyor.com/project/sakuraeditor/build/artifacts
https://ci.appveyor.com/project/sakuraeditor/sakura/branch/master/artifacts

最新以前のビルド結果は以下から参照できます
https://ci.appveyor.com/project/sakuraeditor/history
最新以外のビルド結果は以下から参照できます
https://ci.appveyor.com/project/sakuraeditor/sakura/history
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
version: 1.0.{build}
image: Visual Studio 2017
clone_folder: C:\projects\$(APPVEYOR_ACCOUNT_NAME)\$(APPVEYOR_PROJECT_NAME)_$(APPVEYOR_BUILD_VERSION)
init:
- ps: Set-WinSystemLocale ja-JP
- ps: Start-Sleep -s 5
Expand Down

0 comments on commit 21bed69

Please sign in to comment.