Browse Source

Run the configtest script against Debian

Martijn Braam 1 month ago
parent
commit
6c54600fdc
1 changed files with 4 additions and 4 deletions
  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