rboston628 / THRAIN

The Mighty White Dwarf Code
GNU General Public License v3.0
1 stars 0 forks source link

re-enable windows runners #20

Closed rboston628 closed 5 months ago

rboston628 commented 5 months ago

Meant to solve Issue #21

This will try to setup building on windows.

At the moment running on windows is disabled, due to POSIX-only functions inside the codebase.

rboston628 commented 5 months ago

This required changes to SimpleWD. While testing that it still ran with those changes, I encountered segfault issues. Those issues were also present on main, and were unrelated. This PR will also fix the SImpleWD issues.

Hopefully the use of integration tests will prevent this from happening again.