浏览代码

Run the configtest script against Debian

Martijn Braam 6 月之前
父节点
当前提交
6c54600fdc
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      .gitlab-ci.yml

+ 4 - 4
.gitlab-ci.yml

@@ -1,8 +1,8 @@
 build:
   stage: build
-  image: alpine:edge
+  image: debian:bookworm-slim
   before_script:
-    - apk add --no-cache build-base meson samurai linux-headers libconfig-dev scdoc
+    - apt-get update && apt-get -y install libconfig-dev meson
   script:
     - meson build --buildtype release --werror
     - ninja -C build
@@ -24,9 +24,9 @@ lint:
   stage: test
   dependencies:
     - build
-  image: alpine:edge
+  image: debian:bookworm-slim
   before_script:
-    - apk add --no-cache libconfig bash
+    - apt-get update && apt-get -y install libconfig-dev bash
   script:
     - bash ./configtest.sh