Skip to content
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

Run CI checks & tests on Windows and Mac #206

Merged
merged 3 commits into from
Jan 11, 2020

Conversation

repi
Copy link
Contributor

@repi repi commented Dec 22, 2019

Motivation

Ran into some build errors on Windows in one of the examples (#205) and realized the GitHub CI action is set up only check and test the project on Linux, which is likely why it wasn't caught.

Solution

Enable CI checks and tests on all supported targets.

Oh and this will likely fail until #205 is fixed

@LucioFranco
Copy link
Member

Looks like we just need to feature gate the uds example to cfg(unix) and it should work!

@LucioFranco LucioFranco added this to the 0.1 milestone Jan 11, 2020
@LucioFranco LucioFranco merged commit 3be8bc1 into hyperium:master Jan 11, 2020
@LucioFranco LucioFranco deleted the ci-all-platforms branch January 11, 2020 22:16
@LucioFranco
Copy link
Member

Thanks @repi for starting this!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants