@@ -30,6 +30,16 @@ lint:
script:
- bash ./configtest.sh
+tests:
+ stage: test
+ image: alpine:edge
+ before_script:
+ - apk add --no-cache build-base meson samurai scdoc libconfig-dev linux-headers
+ script:
+ - meson setup unittests --buildtype release --werror
+ - ninja -C unittests
+ - cd unittests && meson test --no-rebuild
+
pages:
stage: deploy
image: alpine:edge