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
ed495f4cd1
commit
2aabcbb945
|
|
@ -28,3 +28,16 @@ steps:
|
|||
targetType: 'inline'
|
||||
script: './build.sh'
|
||||
workingDirectory: '$(Build.SourcesDirectory)'
|
||||
|
||||
- task: DockerInstaller@0
|
||||
inputs:
|
||||
dockerVersion: '17.09.0-ce'
|
||||
|
||||
- task: Bash@3
|
||||
displayName: 'Build the docker container'
|
||||
inputs:
|
||||
targetType: 'inline'
|
||||
script: |
|
||||
echo 'Building docker container'
|
||||
./build/docker/images-build.sh
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue