aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-03-26 14:30:05 +0100
committerFelix Morgner <felix.morgner@ost.ch>2026-03-27 07:02:35 +0100
commit9e5788cc6bbc6291de6a6f542e4f2754e29dd75a (patch)
treec1c85128033e08eda9a52a4df38c113e1cd3015f /.gitlab-ci.yml
parent6a1addc7663bfae3306abb8800d3e387b3f66e82 (diff)
downloadteachos-9e5788cc6bbc6291de6a6f542e4f2754e29dd75a.tar.xz
teachos-9e5788cc6bbc6291de6a6f542e4f2754e29dd75a.zip
ci: use preconfigured image
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 05bba19..de9303d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,10 +6,7 @@
build:
stage: build
- image: registry.gitlab.ost.ch:45023/teachos/devcontainers/x86-64:15.2.0-4
- before_script:
- - apt update
- - apt install -y clang-tidy cmake grub2-common grub-pc mtools ninja-build xorriso
+ image: registry.gitlab.ost.ch:45023/teachos/devcontainers/x86-64.ci:latest
script:
- cmake --preset $PLATFORM
- cmake --build --preset $PLATFORM-$TYPE