sindresorhus / cpy-cli

Copy files
MIT License
345 stars 33 forks source link

Windows CI #8

Closed schnittstabil closed 8 years ago

schnittstabil commented 8 years ago

With all the path handling stuff, I think, the CLI would profit from testing on Windows too.

@sindresorhus Would you mind to add support for Appveyor? At least for me, it's a bit cumbersome to run tests on Windows.

Btw, this may also be convenient for cpy and cp-file.

sindresorhus commented 8 years ago

I don't see the point here, as it's just a tiny CLI wrapper over cpy, but I'll set it up on cp-file and cpy when I have time.

schnittstabil commented 8 years ago

I have concerns about escaping issues too, like #9. However, of course, cpy-cli is tiny and these are easy to tackle…

sindresorhus commented 8 years ago

It's just that AppVeyor is annoying to set up and really slow and unstable, so I try to only use it when absolutely necessary.

schnittstabil commented 8 years ago

In that case, we may reconsider this when we have real world windows issues.