We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be great to have some automated tests. There seem to be test frameworks for Powershell these days: https://github.com/pester/Pester https://blogs.technet.microsoft.com/heyscriptingguy/2015/12/14/what-is-pester-and-why-should-i-care/ and following articles (5 article series)
Travis-CI does not yet seem to support a Windows VM/Powershell environment: https://docs.travis-ci.com/user/languages/ travis-ci/travis-ci#2104
AppVeyor has a Windows CI service, but it is commercial and not cheap: https://www.appveyor.com/
Tea-CI says it is free for Open Source projects and has instructions for hooking it off GitHub: https://docs.tea-ci.org/usage/overview/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would be great to have some automated tests. There seem to be test frameworks for Powershell these days:
https://github.com/pester/Pester
https://blogs.technet.microsoft.com/heyscriptingguy/2015/12/14/what-is-pester-and-why-should-i-care/
and following articles (5 article series)
Travis-CI does not yet seem to support a Windows VM/Powershell environment:
https://docs.travis-ci.com/user/languages/
travis-ci/travis-ci#2104
AppVeyor has a Windows CI service, but it is commercial and not cheap:
https://www.appveyor.com/
Tea-CI says it is free for Open Source projects and has instructions for hooking it off GitHub:
https://docs.tea-ci.org/usage/overview/
The text was updated successfully, but these errors were encountered: