Closed huan closed 8 years ago
See also #13
This looks good. Will review and try to merge this weekend.
@indexzero how about the process? I need the new npm package to enable my code to support win32. :)
@zixia merged this with some minor changes. The biggest thing in your PR that I need help from you with is getting Appveyor working. TravisCI does not support Windows so adding windows
in .travis.yml
did not add WIndows CI support.
Could you help me setup Windows CI on this project? Thanks again for your contribution!
cool. I'll pay attention on win32 ci... it seems there's no existing ci service to provide win32, it's funny.
Appveyor CI does work with Windows. https://www.appveyor.com/
great. I'm working on it now, it's pretty cool to test our code on win32...
I just setup a appveyor.yml and it's live here(with a failure) https://ci.appveyor.com/project/zixia/ps-tree
then I saw you already have a .appveyor.yml file.
I thought your .appveyor.yml will not work, because doc says the filename without the pre-dot?
@indexzero I had just finished a runable win32 version of ps-tree, include the following changes:
Code:
wmic.exe
to simulateps
under win32 platform.<defunct>
from the outputTest
istanbul
command line to support win32tree-kill
to replace thekill
to support win32cross-env
to enable set environment variable in package.jsonHope this helps. :)