.gitlab-ci.yml 243 B

12345678
  1. build:
  2. image: alpine:edge
  3. before_script:
  4. - apk add --no-cache build-base meson samurai tiff-dev linux-headers scdoc
  5. script:
  6. - meson build --buildtype release --werror
  7. - ninja -C build
  8. - cd build && meson test --no-rebuild