diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-03-18 06:49:30 +0000 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-03-18 06:49:30 +0000 |
| commit | 3439e75d1571ff1ef0179a358e522050121ab1da (patch) | |
| tree | d4a07517ec90489cbb78121845f7dc27c58926bd | |
| parent | a4af9851433481575798e7bbb505c9d22bdf699a (diff) | |
| download | teachos-3439e75d1571ff1ef0179a358e522050121ab1da.tar.xz teachos-3439e75d1571ff1ef0179a358e522050121ab1da.zip | |
ci: install clang-tidy
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1c1548b..f2cfd1d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,10 +6,10 @@ build: stage: build - image: registry.gitlab.ost.ch:45023/teachos/devcontainers/x86-64:15.2.0-1 + image: registry.gitlab.ost.ch:45023/teachos/devcontainers/x86-64:15.2.0-3 before_script: - apt update - - apt install -y cmake grub2-common grub-pc mtools ninja-build xorriso + - apt install -y clang-tidy-21 cmake grub2-common grub-pc mtools ninja-build xorriso script: - cmake --preset $PLATFORM - cmake --build --preset $PLATFORM-$TYPE |
