Skip to content

Commit

Permalink
Publish windows binaries on AppVeyor
Browse files Browse the repository at this point in the history
Signed-off-by: David Gageot <david@gageot.net>
  • Loading branch information
dgageot committed Jun 24, 2018
1 parent a808d19 commit ae3e6d3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
build: off
clone_folder: c:\gopath\src\github.com\GoogleContainerTools\skaffold
stack: go 1.10
environment:
GOPATH: c:\gopath
stack: go 1.10
build_script:
- go build -o out/skaffold.exe cmd/skaffold/skaffold.go
test_script:
- go test ./...
artifacts:
- path: out/skaffold.exe
name: skaffold

0 comments on commit ae3e6d3

Please sign in to comment.