Skip to content

Commit

Permalink
Appveyor round 2
Browse files Browse the repository at this point in the history
  • Loading branch information
microdee committed Dec 21, 2016
1 parent e072c32 commit be58227
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# vpm
A package Manager for VVVV

[![Build status](https://ci.appveyor.com/api/projects/status/e78ort36tplgcjku?svg=true)](https://ci.appveyor.com/project/microdee/vpm)

## Motivation
In vvvv packs plugins and other externals are not coming in proper packages with meta information attached to them, usually they are just a collection of files at the right places extracted from an archive mostly. In itself it wouldn't be a problem as isolated packs are recognized and loaded into vvvv quite well. Problem starts when there are packs depending on X number of other packs. And with ~
630 externals listed only on vvvv.org + more experimental, pre-release packs circulating on github that actually happens quite some time.
Expand Down
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
version: 1.1.{build}
pull_requests:
do_not_increment_build_number: true
skip_tags: true
configuration: Debug
platform: Any CPU
before_build:
Expand Down
2 changes: 1 addition & 1 deletion src/vpm/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ static void Main(string[] args)
{
Console.WriteLine("");
Console.ForegroundColor = ConsoleColor.Yellow;
Console.WriteLine("vpm 1.1.3 at your service!");
Console.WriteLine("vpm at your service!");
Console.ResetColor();
try
{
Expand Down

0 comments on commit be58227

Please sign in to comment.