summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/configure_fedora37_makefiles_clang.cmake
Commit message (Collapse)AuthorAgeFilesLines
* gitlab-ci: add jobs to test with Clang and LLVMFlang on FedoraBrad King2022-11-181-0/+1
We already have `t:debian10-{makefiles,ninja}-clang` jobs covering old versions of Clang with Makefile and Ninja generators. Complement them with new `t:fedora37-{makefiles,ninja}-clang` jobs covering recent versions of Clang. Fedora 37 now packages LLVMFlang, so enable Fortran tests with that compiler too. Issue: #22387