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
Ryan Dahl 3e9c7918c9 v0.18.0 (denoland/deno_std#600)
Several tests were disabled in order to land this update.
Original: a8f6cf7b4f
2019-09-18 13:17:03 -04:00

23 lines
454 B
YAML

variables:
DENO_VERSION: "v0.18.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