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

Add compilation with libc++ and libstdc++ in CI (#785) #883

Conversation

StefanoPetrilli
Copy link
Contributor

As outlined by #785, using both libc++ and libstdc++ and both clang and gcc will allow catching some more errors.
In this pull request I performed the follwoing refactoring of the action:

  • Updated GitHub Actions workflow to include a build matrix for both gcc and clang compilers.
  • Added support for compiling with both libstdc++ and libc++ on Linux and macOS.

In addition to these changes I took the opportunity to also remove some stale comments and trailing spaces in the file.

- Updated GitHub Actions workflow to include a build matrix for both
  gcc and clang compilers.
- Added support for compiling with both libstdc++ and libc++ on Linux
  and macOS.
@gittiver gittiver merged commit e452aac into CrowCpp:master Sep 1, 2024
11 checks passed
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