1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-03 12:35:24 +00:00

Output Build Diagnose Information for common/buf

This commit is contained in:
Shelikhoo 2019-06-06 20:08:32 +08:00
parent ab734056da
commit 2a27093144
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316

View File

@ -14,3 +14,8 @@ jobs:
go test -p 1 -v -timeout 30m ./...
workingDirectory: '$(Build.SourcesDirectory)'
displayName: 'Test'
- script: |
go build ./common/buf
workingDirectory: '$(Build.SourcesDirectory)'
displayName: 'Test Buf error'