Jelajahi Sumber

Run the configtest script against Debian

Martijn Braam 6 bulan lalu
induk
melakukan
6c54600fdc
1 mengubah file dengan 4 tambahan dan 4 penghapusan
  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