You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer working on this library, I want CI to test my code on both *nix and Windows operating systems, so platform specific bugs and regressions are caught.
Implementation
Setup AppVeyor CI to run the tests in an actual Windows environment.
The setup-tests.sh script will need to be made cross-platform. One possible approach would be to re-write it in Node and use glob and fs.chmod().
Travis CI supports Windows now. Although it would be a bit different than AppVeyor, I think. They say it runs in git bash, so maybe setup-tests.sh would "just work".
Story
As a developer working on this library, I want CI to test my code on both *nix and Windows operating systems, so platform specific bugs and regressions are caught.
Implementation
Setup AppVeyor CI to run the tests in an actual Windows environment.
The
setup-tests.sh
script will need to be made cross-platform. One possible approach would be to re-write it in Node and use glob and fs.chmod().Resources
The text was updated successfully, but these errors were encountered: