1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
denoland-deno/azure-pipelines.yml
2019-06-15 14:12:33 -07:00

23 lines
453 B
YAML

variables:
DENO_VERSION: "v0.9.0"
TS_VERSION: "3.4.5"
# TODO Try to get eslint to run under Deno, like prettier
jobs:
- job: "Linux"
pool:
vmImage: "Ubuntu-16.04"
steps:
- template: .ci/template.linux.yml
- job: "Mac"
pool:
vmImage: "macOS-10.13"
steps:
- template: .ci/template.mac.yml
- job: "Windows"
pool:
vmImage: "vs2017-win2016"
steps:
- template: .ci/template.windows.yml