mirror of https://github.com/v2ray/v2ray-core
update azure pipelines
parent
d63e576a4c
commit
cd73486e93
|
@ -10,6 +10,9 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- checkout: none
|
- checkout: none
|
||||||
|
- task: GoTool@0
|
||||||
|
inputs:
|
||||||
|
version: '1.11.2'
|
||||||
- script: |
|
- script: |
|
||||||
go version
|
go version
|
||||||
go get -v -t -d v2ray.com/core/...
|
go get -v -t -d v2ray.com/core/...
|
||||||
|
|
|
@ -16,6 +16,7 @@ jobs:
|
||||||
|
|
||||||
- job: linux_coverage
|
- job: linux_coverage
|
||||||
dependsOn: linux
|
dependsOn: linux
|
||||||
|
condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest'))
|
||||||
timeoutInMinutes: 30
|
timeoutInMinutes: 30
|
||||||
|
|
||||||
pool:
|
pool:
|
||||||
|
|
Loading…
Reference in New Issue