This commit is contained in:
Martijn Braam
2023-12-03 14:24:20 +01:00
parent 92044e7233
commit 56abeeddf8

9
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,9 @@
build:
stage: test
image: alpine:edge
before_script:
- apk add --no-cache build-base meson samurai linux-headers libconfig-dev scdoc
script:
- meson build --buildtype release --werror
- ninja -C build
- cd build && meson test --no-rebuild