-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[CI] Jenkins on Windows builds #324
Conversation
Is jenkins workspace on windows reused by different commit? Since it's not docker, do we need to clean the directory or other environment we've used at the end of the process? |
Jenkins will have a dedicated workspace for each branch/PR so I think reusing the workspace should be fine. As long as we are cleaning up the |
Thanks! Looks good to me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Added Windows build & unit/example tests on PyTorch/CPU. The backend is built with MSBuild and MinGW is no longer required.
Checklist
Please feel free to remove inapplicable items for your PR.
or have been fixed to be compatible with this change