Skip to content

Commit a593691

Browse files
committed
Add build status badge and appveyor.xml
1 parent a2ff9da commit a593691

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# gitw
1+
# gitw [![Build status](https://ci.appveyor.com/api/projects/status/dd525or6pjcwooyh?svg=true)](https://ci.appveyor.com/project/wuweidev/gitw)
22

33
Gitw is a minimal git GUI client for .NET framework. The features focus on git
44
log and commit viewing, searching and browsing.

appveyor.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 1.0.{build}
2+
image: Visual Studio 2017
3+
before_build:
4+
- cmd: nuget restore
5+
build:
6+
verbosity: minimal

gitw.sln

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{68F42FFE-0BD9-4FC8-90BC-F121D9BAC68A}"
99
ProjectSection(SolutionItems) = preProject
1010
.editorconfig = .editorconfig
11+
appveyor.yml = appveyor.yml
1112
README.md = README.md
1213
EndProjectSection
1314
EndProject

0 commit comments

Comments
 (0)