-
Notifications
You must be signed in to change notification settings - Fork 9
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
Implement Windows-based continuous integration #7
Comments
I split Windows-based and Linux-based CI into two separate work items. Linux-based CI work item is #28. |
Implemented simplest build with AppVeyor, which includes:
There is currently a bug in AppVeyor which causes inconsistent reporting of test results: appveyor/ci#1401. I plan to add system smoke test once the bug is fixed. |
The problem with XUnit test runner in AppVeyor seems to be fixed. |
The CLI is ready -- can move on with this one. |
Done by PR #33, with AppVeyor service. |
The full CI build should include:
This task will only create a minimal build:
The text was updated successfully, but these errors were encountered: