mirror of https://github.com/v2ray/v2ray-core
commit
5ce7dfaf02
|
@ -10,17 +10,17 @@ jobs:
|
|||
- template: azure-pipelines.template.yml
|
||||
parameters:
|
||||
name: linux
|
||||
vmImage: 'ubuntu-16.04'
|
||||
vmImage: 'ubuntu-latest'
|
||||
|
||||
- template: azure-pipelines.template.yml
|
||||
parameters:
|
||||
name: windows
|
||||
vmImage: 'vs2017-win2016'
|
||||
vmImage: 'windows-latest'
|
||||
|
||||
- template: azure-pipelines.template.yml
|
||||
parameters:
|
||||
name: macos
|
||||
vmImage: 'macOS-10.14'
|
||||
vmImage: 'macOS-latest'
|
||||
|
||||
- job: linux_coverage
|
||||
dependsOn: linux
|
||||
|
@ -28,7 +28,7 @@ jobs:
|
|||
timeoutInMinutes: 30
|
||||
|
||||
pool:
|
||||
vmImage: 'Ubuntu 16.04'
|
||||
vmImage: 'ubuntu-latest'
|
||||
|
||||
variables:
|
||||
CODECOV_TOKEN: '$(coverage.token)'
|
||||
|
@ -37,7 +37,7 @@ jobs:
|
|||
- checkout: self
|
||||
- task: GoTool@0
|
||||
inputs:
|
||||
version: '1.13'
|
||||
version: '1.14.x'
|
||||
- script: |
|
||||
bash ./testing/coverage/coverall
|
||||
workingDirectory: '$(Build.SourcesDirectory)'
|
||||
|
@ -49,7 +49,7 @@ jobs:
|
|||
timeoutInMinutes: 60
|
||||
|
||||
pool:
|
||||
vmImage: 'Ubuntu 16.04'
|
||||
vmImage: 'ubuntu-latest'
|
||||
|
||||
variables:
|
||||
GOPATH: '$(system.defaultWorkingDirectory)'
|
||||
|
@ -59,7 +59,7 @@ jobs:
|
|||
- checkout: none
|
||||
- task: GoTool@0
|
||||
inputs:
|
||||
version: '1.13'
|
||||
version: '1.14.x'
|
||||
- script: |
|
||||
sudo apt-get -y update
|
||||
sudo apt-get -y install jq git file pkg-config zip g++ zlib1g-dev unzip python openssl
|
||||
|
|
Loading…
Reference in New Issue