7 Star 16 Fork 9

AElfProject / AElf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
azure-pipelines.yml 1.27 KB
一键复制 编辑 原始数据 按行查看 历史
Sean Zhang 提交于 2020-02-20 18:44 . Merge branch 'dev' into upgrade/grpc
jobs:
# All tasks on Windows....
- job: build_all_windows
displayName: Build all tasks (Windows)
pool:
vmImage: windows-2019
variables:
CI_TEST: true
steps:
- task: DotNetCoreInstaller@0
inputs:
version: '3.1.100'
- script: choco install protoc --version=3.11.4 -y
- script: choco install unzip
- task: BatchScript@1
inputs:
filename: 'scripts/download_binary.bat'
- script: PowerShell.exe -file build.ps1 -target=Test-with-Codecov
displayName: 'Build and Test'
- script: PowerShell.exe -file build.ps1 -target=Upload-Coverage
# All tasks on Linux
- job: build_all_linux
displayName: Build all tasks (Linux)
pool:
vmImage: ubuntu-16.04
steps:
- task: DotNetCoreInstaller@0
inputs:
version: '3.1.100'
- script: bash scripts/install_protobuf.sh
- script: bash scripts/download_binary.sh
- script: bash build.sh
displayName: 'Build and Test'
# All tasks on macOS
- job: build_all_darwin
displayName: Build all tasks (macOS)
pool:
vmImage: macos-10.13
variables:
CI_TEST: true
steps:
- task: DotNetCoreInstaller@0
inputs:
version: '3.1.100'
- script: bash scripts/install_protobuf.sh
- script: bash scripts/download_binary.sh
- script: bash build.sh
displayName: 'Build and Test'
C#
1
https://gitee.com/AElfProject/AElf.git
git@gitee.com:AElfProject/AElf.git
AElfProject
AElf
AElf
dev

搜索帮助

53164aa7 5694891 3bd8fe86 5694891