mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
parent
e504e54524
commit
2ece847a82
@ -19,11 +19,10 @@ jobs:
|
||||
- script: echo '##vso[task.prependpath]$(HOME)/.deno/bin/'
|
||||
- script: deno test.ts --allow-run --allow-net --allow-write
|
||||
|
||||
# TODO Windows is broken on a bug: https://github.com/denoland/deno/issues/1384
|
||||
#- job: 'Windows'
|
||||
# pool:
|
||||
# vmImage: 'vs2017-win2016'
|
||||
# steps:
|
||||
# - powershell: iex (iwr https://deno.land/x/install/install.ps1)
|
||||
# - script: echo '##vso[task.prependpath]C:\Users\VssAdministrator\.deno\bin\'
|
||||
# - script: 'C:\Users\VssAdministrator\.deno\bin\deno.exe test.ts --allow-run --allow-net --allow-write'
|
||||
- job: 'Windows'
|
||||
pool:
|
||||
vmImage: 'vs2017-win2016'
|
||||
steps:
|
||||
- powershell: iex (iwr https://deno.land/x/install/install.ps1)
|
||||
- script: echo '##vso[task.prependpath]C:\Users\VssAdministrator\.deno\bin\'
|
||||
- script: 'C:\Users\VssAdministrator\.deno\bin\deno.exe test.ts --allow-run --allow-net --allow-write'
|
||||
|
Loading…
Reference in New Issue
Block a user