Skip to content

Commit c01e228

Browse files
committed
Configure AppVeyor build
1 parent 6efd6b3 commit c01e228

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

MouseFastScroll.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ VisualStudioVersion = 12.0.30723.0
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7939456F-2CC6-4242-96AB-E1C8D75C0D79}"
77
ProjectSection(SolutionItems) = preProject
8+
appveyor.yml = appveyor.yml
89
LICENSE.txt = LICENSE.txt
910
README.md = README.md
1011
EndProjectSection

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Mouse Fast Scroll extension for Visual Studio 2010+
22

3+
[![Build status](https://ci.appveyor.com/api/projects/status/bxcpp55od7oo11si/branch/master?svg=true)](https://ci.appveyor.com/project/sharwell/mousefastscroll/branch/master)
4+
35
This extension performs two tasks that I simply can't live without:
46

57
1. Pressing the Control key while scrolling the mouse wheel up/down shifts the view by one page up/down.

appveyor.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 1.0.{build}
2+
image: Visual Studio 2015
3+
configuration: Release
4+
platform: Any CPU
5+
init:
6+
- git config --global core.autocrlf true
7+
install:
8+
- nuget restore
9+
build:
10+
verbosity: minimal
11+
test: off
12+
artifacts:
13+
- path: '**\*.vsix'
14+
cache:
15+
- packages -> **\packages.config

0 commit comments

Comments
 (0)