use make in appveyor too

This commit is contained in:
Adrien Delorme 2018-10-16 12:16:49 +02:00
parent ac29ee59f8
commit 6c7ee82ab7
1 changed files with 2 additions and 9 deletions

View File

@ -20,18 +20,11 @@ install:
- echo %Path% - echo %Path%
- go version - go version
- go env - go env
- go get github.com/mitchellh/gox - make deps
- go get golang.org/x/tools/cmd/stringer
build_script: build_script:
- git rev-parse HEAD - git rev-parse HEAD
# go test $(go list ./... | grep -v vendor) - ps: make ci
- ps: |
go.exe test (go.exe list ./... `
|? { -not $_.Contains('/vendor/') } `
|? { $_ -ne 'github.com/hashicorp/packer/builder/parallels/common' } `
|? { $_ -ne 'github.com/hashicorp/packer/common' }`
|? { $_ -ne 'github.com/hashicorp/packer/provisioner/ansible' })
test: off test: off