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

Expand continuous integration #237

Merged
merged 3 commits into from
Feb 4, 2024
Merged

Expand continuous integration #237

merged 3 commits into from
Feb 4, 2024

Conversation

mity
Copy link
Owner

@mity mity commented Feb 3, 2024

The plan is:

  • Add job to make Release build on Linux (gcc gives some warnings only on Release builds, e.g. about use of uninitialized variables)
  • Change Windows builds to use nmake rather than Visual Studio solutions.
  • One of the Windows builds should build Release and other one Debug to improve error/warning coverage by MSVC.
  • Run our tests also on Windows builds.

Copy link

codecov bot commented Feb 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (30945d8) 91.76% compared to head (e7c4392) 91.76%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #237   +/-   ##
=======================================
  Coverage   91.76%   91.76%           
=======================================
  Files           5        5           
  Lines        3402     3402           
=======================================
  Hits         3122     3122           
  Misses        280      280           

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

@mity mity force-pushed the expand_ci branch 2 times, most recently from ce406ee to 0ff6920 Compare February 4, 2024 00:44
@mity mity changed the title [WIP] Expand continouous integration Expand continouous integration Feb 4, 2024
@mity mity changed the title Expand continouous integration Expand continuous integration Feb 4, 2024
@mity mity merged commit 6c29f60 into master Feb 4, 2024
12 checks passed
@mity mity deleted the expand_ci branch February 4, 2024 00:51
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.

1 participant