fmt/.github/workflows
Jonathan Gopel 1f6635edd0 🆕 [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.
2020-11-13 06:04:02 -07:00
..
doc.yml Install deps in github actions instead of script 2020-11-07 11:16:38 -08:00
linux.yml 🆕 [CI] Add C++ standards to the build matrix 2020-11-13 06:04:02 -07:00
macos.yml 🆕 [CI] Add C++ standards to the build matrix 2020-11-13 06:04:02 -07:00
windows.yml Fix linkage errors when linking with a shared library (#2011) 2020-11-12 06:11:17 -08:00