mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-17 18:06:15 -05:00
Update azure-pipelines.yml
This commit is contained in:
parent
bab1c33de3
commit
200e6ea3dc
@ -14,17 +14,17 @@ jobs:
|
|||||||
- template: azure-pipelines.template.yml
|
- template: azure-pipelines.template.yml
|
||||||
parameters:
|
parameters:
|
||||||
name: linux
|
name: linux
|
||||||
vmImage: 'ubuntu-16.04'
|
vmImage: 'ubuntu-latest'
|
||||||
|
|
||||||
- template: azure-pipelines.template.yml
|
- template: azure-pipelines.template.yml
|
||||||
parameters:
|
parameters:
|
||||||
name: windows
|
name: windows
|
||||||
vmImage: 'vs2017-win2016'
|
vmImage: 'windows-latest'
|
||||||
|
|
||||||
- template: azure-pipelines.template.yml
|
- template: azure-pipelines.template.yml
|
||||||
parameters:
|
parameters:
|
||||||
name: macos
|
name: macos
|
||||||
vmImage: 'macOS-10.14'
|
vmImage: 'macOS-latest'
|
||||||
|
|
||||||
- job: linux_coverage
|
- job: linux_coverage
|
||||||
dependsOn: linux
|
dependsOn: linux
|
||||||
@ -32,7 +32,7 @@ jobs:
|
|||||||
timeoutInMinutes: 30
|
timeoutInMinutes: 30
|
||||||
|
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'Ubuntu 16.04'
|
vmImage: 'ubuntu-latest'
|
||||||
|
|
||||||
#variables:
|
#variables:
|
||||||
# CODECOV_TOKEN: '$(coverage.token)'
|
# CODECOV_TOKEN: '$(coverage.token)'
|
||||||
@ -42,7 +42,7 @@ jobs:
|
|||||||
- checkout: self
|
- checkout: self
|
||||||
- task: GoTool@0
|
- task: GoTool@0
|
||||||
inputs:
|
inputs:
|
||||||
version: '1.13'
|
version: '1.14.x'
|
||||||
- script: |
|
- script: |
|
||||||
bash ./testing/coverage/coverall
|
bash ./testing/coverage/coverall
|
||||||
workingDirectory: '$(Build.SourcesDirectory)'
|
workingDirectory: '$(Build.SourcesDirectory)'
|
||||||
@ -54,8 +54,13 @@ jobs:
|
|||||||
timeoutInMinutes: 60
|
timeoutInMinutes: 60
|
||||||
|
|
||||||
pool:
|
pool:
|
||||||
|
<<<<<<< HEAD
|
||||||
vmImage: 'Ubuntu 16.04'
|
vmImage: 'Ubuntu 16.04'
|
||||||
|
|
||||||
|
=======
|
||||||
|
vmImage: 'ubuntu-latest'
|
||||||
|
|
||||||
|
>>>>>>> f099c1e5... Update azure-pipelines.yml
|
||||||
variables:
|
variables:
|
||||||
- group: GithubToken
|
- group: GithubToken
|
||||||
- name: GOPATH
|
- name: GOPATH
|
||||||
@ -67,7 +72,7 @@ jobs:
|
|||||||
- checkout: self
|
- checkout: self
|
||||||
- task: GoTool@0
|
- task: GoTool@0
|
||||||
inputs:
|
inputs:
|
||||||
version: '1.13'
|
version: '1.14.x'
|
||||||
- script: |
|
- script: |
|
||||||
mkdir triggersrc
|
mkdir triggersrc
|
||||||
ls -I "triggersrc" | xargs cp -rf -t triggersrc
|
ls -I "triggersrc" | xargs cp -rf -t triggersrc
|
||||||
|
Loading…
Reference in New Issue
Block a user