Merge pull request #2388 from v2ray/kslr-patch-2

Update azure-pipelines.yml
pull/2401/head
Kslr 2020-03-28 02:12:53 +08:00 committed by GitHub
commit 5ce7dfaf02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -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