mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 10:08:15 -05:00
fix ci dependencies
This commit is contained in:
parent
6f1ac51e08
commit
f95cb41f63
@ -2,27 +2,21 @@ trigger:
|
|||||||
batch: true
|
batch: true
|
||||||
branches:
|
branches:
|
||||||
include:
|
include:
|
||||||
- master
|
- master
|
||||||
- dev*
|
- dev*
|
||||||
- refs/tags/*
|
- refs/tags/*
|
||||||
|
|
||||||
jobs:
|
pool:
|
||||||
|
vmImage: 'ubuntu-latest'
|
||||||
|
|
||||||
- job: make_release
|
variables:
|
||||||
dependsOn: linux
|
- group: GithubToken
|
||||||
condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest'))
|
- name: GOPATH
|
||||||
timeoutInMinutes: 60
|
value: '$(system.defaultWorkingDirectory)/gopath'
|
||||||
|
- name: BAZEL_VER
|
||||||
|
value: '0.23.0'
|
||||||
|
|
||||||
pool:
|
steps:
|
||||||
vmImage: 'ubuntu-latest'
|
|
||||||
variables:
|
|
||||||
- group: GithubToken
|
|
||||||
- name: GOPATH
|
|
||||||
value: '$(system.defaultWorkingDirectory)/gopath'
|
|
||||||
- name: BAZEL_VER
|
|
||||||
value: '0.23.0'
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- checkout: self
|
- checkout: self
|
||||||
- task: GoTool@0
|
- task: GoTool@0
|
||||||
inputs:
|
inputs:
|
||||||
|
Loading…
Reference in New Issue
Block a user