|
|
@ -29,11 +29,6 @@ steps:
|
|
|
|
|
|
|
|
|
|
|
|
- script: |
|
|
|
|
- script: |
|
|
|
|
go version
|
|
|
|
go version
|
|
|
|
go get -v -t -d ./...
|
|
|
|
|
|
|
|
if [ -f Gopkg.toml ]; then
|
|
|
|
|
|
|
|
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
|
|
|
|
|
|
|
|
dep ensure
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
go test -v ./...
|
|
|
|
go test -v ./...
|
|
|
|
workingDirectory: '$(modulePath)'
|
|
|
|
workingDirectory: '$(modulePath)'
|
|
|
|
displayName: 'Get dependencies, then build'
|
|
|
|
displayName: 'Get dependencies, then build'
|
|
|
|