1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-26 09:25:23 +00: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

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