3 Star 0 Fork 1

mirrors_IronLanguages/dlr

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.vsts-ci.yml 1008 Bytes
一键复制 编辑 原始数据 按行查看 历史
slozier 提交于 2020-04-24 11:46 . Misc changes (#226)
jobs:
################################################################################
- job: Windows
################################################################################
displayName: Windows
timeoutInMinutes: 180
pool:
vmImage: windows-latest
steps:
- template: Build/steps.yml
parameters:
os: 'Windows'
################################################################################
- job: Linux
################################################################################
displayName: Linux (Ubuntu)
timeoutInMinutes: 180
pool:
vmImage: ubuntu-latest
steps:
- template: Build/steps.yml
parameters:
os: 'Linux'
################################################################################
- job: macOS
################################################################################
displayName: macOS
timeoutInMinutes: 180
pool:
vmImage: macOS-latest
steps:
- template: Build/steps.yml
parameters:
os: 'macOS'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_IronLanguages/dlr.git
[email protected]:mirrors_IronLanguages/dlr.git
mirrors_IronLanguages
dlr
dlr
main

搜索帮助