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
03220ccc56
|
|
@ -9,27 +9,11 @@ trigger:
|
||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-latest
|
vmImage: ubuntu-latest
|
||||||
|
|
||||||
variables:
|
|
||||||
GOBIN: '$(GOPATH)/bin' # Go binaries path
|
|
||||||
GOROOT: '/usr/local/go1.11' # Go installation path
|
|
||||||
GOPATH: '$(system.defaultWorkingDirectory)/gopath' # Go workspace path
|
|
||||||
modulePath: '$(GOPATH)/src/github.com/$(build.repository.name)' # Path to the module's code
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# - task: CmdLine@2
|
- task: GoTool@0
|
||||||
# displayName: 'List all directories'
|
inputs:
|
||||||
# inputs:
|
version: '1.13.5'
|
||||||
# script: |
|
|
||||||
# echo "Structure of work folder of this pipeline:"
|
|
||||||
# tree $(Agent.WorkFolder) /f
|
|
||||||
# echo "Build.ArtifactStagingDirectory:"
|
|
||||||
# echo "$(Build.ArtifactStagingDirectory)"
|
|
||||||
# echo "Build.BinariesDirectory:"
|
|
||||||
# echo "$(Build.BinariesDirectory)"
|
|
||||||
# echo "Build.SourcesDirectory:"
|
|
||||||
# echo "$(Build.SourcesDirectory)"
|
|
||||||
# tree $(Build.SourcesDirectory) /f
|
|
||||||
|
|
||||||
- task: CmdLine@2
|
- task: CmdLine@2
|
||||||
name: Build
|
name: Build
|
||||||
inputs:
|
inputs:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue