1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-14 04:58:28 +03:00

ci: run build test with clang-12 as well

Ubuntu repositories for clang 12 are finally up, so let's use it
in our CI.
This commit is contained in:
Frantisek Sumsal 2021-02-04 15:54:14 +01:00
parent a7a1887869
commit 19db2f4258

View File

@ -21,6 +21,7 @@ jobs:
- { COMPILER: "gcc", COMPILER_VERSION: "10" }
- { COMPILER: "clang", COMPILER_VERSION: "10" }
- { COMPILER: "clang", COMPILER_VERSION: "11" }
- { COMPILER: "clang", COMPILER_VERSION: "12" }
env: ${{ matrix.env }}
steps:
- name: Repository checkout