mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-29 01:33:10 -06:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
8fd78a3d6a
commit
a9c1635407
|
|
@ -29,14 +29,8 @@ 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 build -v .
|
|
||||||
workingDirectory: '$(modulePath)'
|
workingDirectory: '$(modulePath)'
|
||||||
displayName: 'Get dependencies, then build'
|
displayName: 'Display go version'
|
||||||
|
|
||||||
- task: CmdLine@2
|
- task: CmdLine@2
|
||||||
name: Build
|
name: Build
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue