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

Windows fpm #21

Merged
merged 9 commits into from
Jan 26, 2024
Merged

Windows fpm #21

merged 9 commits into from
Jan 26, 2024

Conversation

fluidnumerics-joe
Copy link
Member

@fluidnumerics-joe fluidnumerics-joe commented Jan 25, 2024

Contains fixes for issue #20

@fluidnumerics-joe fluidnumerics-joe self-assigned this Jan 25, 2024
@codecov-commenter
Copy link

codecov-commenter commented Jan 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (91f35dd) 94.15% compared to head (58b8031) 94.15%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #21   +/-   ##
=======================================
  Coverage   94.15%   94.15%           
=======================================
  Files           4        4           
  Lines        1249     1249           
=======================================
  Hits         1176     1176           
  Misses         73       73           
Flag Coverage Δ
ctests 94.15% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Since each unit test is include'ed and not use'ed, there is no need to
compile each unit test. In fact, doing so, and linking all during the
test build, I believe, is what causes the Windows build failure, where
the command is "too long" for msys2 environment and causes a test
failure.
Example execution fails in msys2 environment - the * symbol is
expanded as all of the files in the current working directory and is
not being passed as a string to fpm as is.
@fluidnumerics-joe fluidnumerics-joe changed the title [WIP] Windows fpm Windows fpm Jan 26, 2024
@fluidnumerics-joe fluidnumerics-joe merged commit cd8ea96 into master Jan 26, 2024
15 checks passed
@fluidnumerics-joe fluidnumerics-joe deleted the windows-fpm branch January 26, 2024 14:31
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