JuliaIO / GZip.jl

A Julia interface for gzip functions in zlib
https://juliaio.github.io/GZip.jl/dev
MIT License
39 stars 30 forks source link

enable AppVeyor #44

Closed tkelman closed 8 years ago

tkelman commented 8 years ago

Anyone willing to have this running on their appveyor account? I have a few too many packages running on mine and would like to avoid making their queue time any worse if possible.

yuyichao commented 8 years ago

Done (hopefully....)

yuyichao commented 8 years ago

https://ci.appveyor.com/project/yuyichao/gzip-jl

yuyichao commented 8 years ago

Do I need to manually add the webhook?

tkelman commented 8 years ago

Thanks! I can turn it on if you go to the settings on appveyor and send me the webhook url

tkelman commented 8 years ago

Hm. ccall into dup isn't very portable, and neither is shelling out to which. Forgot about #41, maybe we should clean that up.

tkelman commented 8 years ago

may as well at least have the right config file...