disable tasyncssl on appveyor

This commit is contained in:
narimiran
2018-11-24 20:16:12 +01:00
parent 219942658b
commit ff66aae380

View File

@@ -2,6 +2,7 @@ discard """
file: "tasyncssl.nim"
cmd: "nim $target --hints:on --define:ssl $options $file"
output: "500"
disabled: "appveyor"
"""
import asyncdispatch, asyncnet, net, strutils, os