mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 01:57:12 -05:00
fix ci dependencies
This commit is contained in:
parent
6f1ac51e08
commit
f95cb41f63
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user