mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-29 01:33:10 -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'
|
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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue