Skip to content

Commit

Permalink
Add appveyor (gopasspw#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikschulz authored Nov 3, 2017
1 parent fb9a9dd commit 335b51b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
version: "{build}"

os: Windows Server 2012 R2

clone_folder: c:\gopath\src\github.com\justwatchcom\gopass

environment:
GOPATH: c:\gopath
GOPASS_BINARY: c:\gopath\src\github.com\justwatchcom\gopass\gopass.exe

install:
- echo %PATH%
- echo %GOPATH%
- go version
- go env
# - ps: |
# go.exe get -t -d (go.exe list ./... `
# |? { -not $_.Contains('/vendor/') })

build_script:
- go build
- ps: |
go.exe test (go.exe list ./... | where { -not $_.Contains('/vendor/') -and -not $_.Contains('/tests') })

0 comments on commit 335b51b

Please sign in to comment.