noseglid / atom-build

:hammer: Build your project directly from the Atom editor
https://atom.io/packages/build
MIT License
248 stars 97 forks source link

added: postBuild is now also passed stdout and stderr, allowing custom handling of build output #464

Closed ProPuke closed 8 years ago

ProPuke commented 8 years ago

See #463

noseglid commented 8 years ago

LGTM

Not sure why appveyor fails. will look into this.

Cxarli commented 8 years ago

Most of it comes down to Error: EBUSY: resource busy or locked, rmdir 'C:\Users\appveyor\AppData\Local\Temp\1\atom-build-spec-xxx so I guess you fail/forgot to close some files before exiting? (Not even sure if this is related to build or AppVeyor)

noseglid commented 8 years ago

I'll merge this and look into appveyor later. Have very little time atm.