-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Fix build and testing in Windows #308
Conversation
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.
This is super awesome @nartamonov! Just one nit but otherwise looks good to go!
native/build.sbt
Outdated
) | ||
} | ||
|
||
def escapeBackslashes(path: String): String = |
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.
Nit: curlies around method body
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.
Done. I also rebased changes onto master to resolve conflicts.
…esting on Windows
* Fixed CI badge since Slinky uses Github Actions currently; * Documented issues while importing SBT project in IntelliJ IDEA.
3c111b7
to
fe91718
Compare
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, thanks again for the PR @nartamonov!
Fixed build in Windows OS. I think it will be helpful since not all contributors use Linux for development. I also added standalone job to CI workflow for testing in Windows, but left publication stage not dependent on it. Currently Windows tests works as simple "health" indicator but do not block anything in CI pipeline.