Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

True cross-platform tests #3

Open
sholladay opened this issue Mar 14, 2018 · 1 comment
Open

True cross-platform tests #3

sholladay opened this issue Mar 14, 2018 · 1 comment

Comments

@sholladay
Copy link
Owner

sholladay commented Mar 14, 2018

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

@sholladay
Copy link
Owner Author

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".

https://blog.travis-ci.com/2018-10-11-windows-early-release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant