Merge branch 'develop' of https://github.com/criticalarc/dendrite into develop

This commit is contained in:
Jared Jacobson 2021-09-13 10:23:25 +10:00
commit 58dde8fc14

View file

@ -27,17 +27,6 @@ steps:
echo '##vso[task.prependpath]$(GOROOT)/bin' echo '##vso[task.prependpath]$(GOROOT)/bin'
displayName: 'Set up the Go workspace' displayName: 'Set up the Go workspace'
- script: |
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 build -v .
workingDirectory: '$(modulePath)'
displayName: 'Get dependencies, then build'
- task: CmdLine@2 - task: CmdLine@2
name: Build name: Build
inputs: inputs: