-
Notifications
You must be signed in to change notification settings - Fork 460
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Enable windows CI on travis #394
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: feiskyer The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
d438d3f
to
3f76492
Compare
CI failed because of no enough space on disk. Seems this is a common issue of travis. refer https://travis-ci.community/t/there-is-not-enough-space-on-the-disk/338/3. |
cc @jterry75 - FYI this is coming. Do you have any ideas on the disk space issue or how to use MSVC instead of GCC? |
9937ddb
to
d68d5b8
Compare
script: | ||
- make | ||
- hack/install-docker.sh |
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.
kubelet installation moved here, so that static check and build could be run more quickly.
git checkout "$branch" | ||
} | ||
|
||
# Build kubelet |
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.
Kubernetes makefile doesn't work on Windows, so here build kubelet directly by go build
CI green now. /assign @Random-Liu |
/lgtm |
Travis now adds support for Windows environment. This PR adds initial support for Windows building on travis and critest are disabled for Windows.
A few of following PRs will be added to fully support windows.