-
Notifications
You must be signed in to change notification settings - Fork 177
Imrpove CI #269
Copy link
Copy link
Open
Labels
Milestone
Description
- Test more versions of current compilers
- Test with more standards of C++
- Test with sanitizers enabled
- Test on Apple Clang
- Test on MinGW
- Move the MSVC tests in GitHub actions
- Run MSVC tests, currently it's only built but not run
- Run MSVC tests in 64 bits
- Run RTTI-dependent tests in MSVC 64 bits.
- Run C++14 specific tests for MSVC
Take inspiration from range-v3 CI configuration, which looks great : https://github.com/ericniebler/range-v3/blob/master/.github/workflows/range-v3-ci.yml
Reactions are currently unavailable