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
6af0e71729
commit
c007c97e15
|
|
@ -13,9 +13,10 @@ pool:
|
|||
steps:
|
||||
- task: GoTool@0
|
||||
inputs:
|
||||
version: '1.13.5'
|
||||
- task: CmdLine@2
|
||||
name: Build
|
||||
version: '1.1.4'
|
||||
- task: Bash@3
|
||||
displayName: 'Build the executables'
|
||||
inputs:
|
||||
workingDirectory: '$(Build.SourcesDirectory)'
|
||||
script: './build.sh'
|
||||
targetType: 'inline'
|
||||
script: './build.sh'
|
||||
workingDirectory: '$(Build.SourcesDirectory)'
|
||||
Loading…
Reference in a new issue