From dd3cd37f07ee894b34994ce07ce04666f53695e6 Mon Sep 17 00:00:00 2001 From: rakelkar Date: Fri, 13 Oct 2017 15:05:35 -0700 Subject: [PATCH] Rakelkar/addbuildtag (#3) * add badge * try to make it look like an image * use correct markdown --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 481c7ef..6ea1e21 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,17 @@ # gonetsh +![build status](https://ci.appveyor.com/api/projects/status/32r7s2skrgm9ubva?svg=true) A simple set of GO functions to wrap windows netsh commands. Inspired by the netsh wrapper in kubernetes. Now also provides netroute that wraps route CRUD powershell commandlets. ## Build -`go build ./...` +`./build.ps1` ## Test -`go test ./...` +`./test.ps1` ## Integration Test Integration tests actually runs netsh on your machine... ```$bash go test -tags=integration -v ./netroute go test -tags=integration -v ./netsh -``` \ No newline at end of file +```