Martijn Braam 6 tháng trước cách đây
mục cha
commit
56abeeddf8
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  1. 9 0
      .gitlab-ci.yml

+ 9 - 0
.gitlab-ci.yml

@@ -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