mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-28 17:23:09 -06:00
Merge branch 'develop' of https://github.com/criticalarc/dendrite into develop
This commit is contained in:
commit
58dde8fc14
|
|
@ -27,17 +27,6 @@ steps:
|
|||
echo '##vso[task.prependpath]$(GOROOT)/bin'
|
||||
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
|
||||
name: Build
|
||||
inputs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue