mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
3e9c7918c9
Several tests were disabled in order to land this update.
Original: a8f6cf7b4f
23 lines
454 B
YAML
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
|