1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-29 15:26:29 -04:00

fix ci dependencies

This commit is contained in:
Kslr 2020-07-23 12:54:26 +08:00
parent 6f1ac51e08
commit f95cb41f63
No known key found for this signature in database
GPG Key ID: 0AF5F66FA1E887CE

View File

@ -6,23 +6,17 @@ trigger:
- dev* - dev*
- refs/tags/* - refs/tags/*
jobs: pool:
- job: make_release
dependsOn: linux
condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest'))
timeoutInMinutes: 60
pool:
vmImage: 'ubuntu-latest' vmImage: 'ubuntu-latest'
variables:
variables:
- group: GithubToken - group: GithubToken
- name: GOPATH - name: GOPATH
value: '$(system.defaultWorkingDirectory)/gopath' value: '$(system.defaultWorkingDirectory)/gopath'
- name: BAZEL_VER - name: BAZEL_VER
value: '0.23.0' value: '0.23.0'
steps: steps:
- checkout: self - checkout: self
- task: GoTool@0 - task: GoTool@0
inputs: inputs: