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

Added a lot more configurations in the CI, and fixed some stuff. #313

Merged
merged 1 commit into from
Apr 2, 2023

Conversation

FranckRJ
Copy link
Collaborator

@FranckRJ FranckRJ commented Apr 2, 2023

  • Added more versions of GCC and Clang.
  • Tests now run for MSVC.
  • Test several C++ standard instead of only the default one of the compiler.
  • Test are not ran by default, their building need to be enabled manually.
  • Disabled appveyor.

MSVC tests run in 32 bits, because the 64 bits mode doesn't work with RTTI related features : #196.
MSVC tests currently don't run C++14-specific tests, even if compiled in C++14. I guess it's because of the thing about __cplusplus define not being defined but I'm not sure.

Will fix parts of #269.

- Added more versions of GCC and Clang.
- Tests now run for MSVC.
- Test several C++ standard instead of only the default one of the compiler.
- Test are not ran by default, their building need to be enabled manually.
- Disabled appveyor.
@FranckRJ FranckRJ added this to the 2.4.0 milestone Apr 2, 2023
@coveralls
Copy link

Coverage Status

Coverage: 99.925%. Remained the same when pulling bdd884e on improve-CI-more-tests into 83d5989 on dev.

@FranckRJ FranckRJ merged commit 2447545 into dev Apr 2, 2023
@FranckRJ FranckRJ deleted the improve-CI-more-tests branch April 2, 2023 18:27
@FranckRJ FranckRJ mentioned this pull request Apr 2, 2023
10 tasks
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