summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSrijan Reddy <srijanreddy98@gmail.com>2019-01-04 19:45:43 +0530
committerRyan Dahl <ry@tinyclouds.org>2019-01-04 09:15:43 -0500
commit7879a8515f213b3501826777557a9b67442e1fcb (patch)
tree0540cdef025fc9a137f1996a24d2a1ba092384c3
parented80bcb02a1ca92ca603e5986e83b6ebe030f22e (diff)
Azure windows pipeline (denoland/deno_std#85)
Fixes denoland/deno_std#34 Original: https://github.com/denoland/deno_std/commit/2ece847a82bd06eb8810950b3064070135d2d94d
-rw-r--r--azure-pipelines.yml15
1 files changed, 7 insertions, 8 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 267f5828a..eb48fd579 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -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'