-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🆕 [CI] Add C++ standards to the build matrix
Problem: - A variety of compilers are tested in CI, but they are all tested on the C++11 standard. This prevents CI from catching bugs that exist only on a particular version of the C++ standard. Solution: - Parameterize CI on C++ standards 11, 14, 17, and 20.
- Loading branch information
Jonathan Gopel
committed
Nov 14, 2020
1 parent
f8640d4
commit cddc7ea
Showing
2 changed files
with
23 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters