-
Notifications
You must be signed in to change notification settings - Fork 313
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 build on Windows #6494
CI build on Windows #6494
Conversation
1361336
to
5417474
Compare
.bazelci/clion.yml
Outdated
@@ -76,3 +76,12 @@ tasks: | |||
- //:clwb_tests | |||
soft_fail: | |||
- exit_status: 1 | |||
CLion-OSS-under-dev: | |||
name: CLion OSS Under Development | |||
platform: ubuntu1804 |
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.
should this be windows
?
.bazelci/intellij.yml
Outdated
@@ -76,4 +76,13 @@ tasks: | |||
- //:ijwb_ce_tests | |||
soft_fail: | |||
- exit_status: 1 | |||
IntelliJ-CE-OSS-under-dev: | |||
name: IntelliJ CE OSS Under Development | |||
platform: ubuntu1804 |
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.
also this one
is there a reason we are only adding builds on windows and not also tests? |
5417474
to
386d761
Compare
a few tests fail on windows, but having build running there is still better than nothing |
Checklist
Please note that the maintainers will not be reviewing this change until all checkboxes are ticked. See
the Contributions section in the README for more
details.
Discussion thread for this change
Issue number:
<please reference the issue number or url here>
Description of this change