1
mirror of https://gitlab.com/jessieh/qrprinter.git synced 2024-09-08 01:51:46 +00:00
qrprinter/.gitlab-ci.yml

13 lines
246 B
YAML

image: jessiehildebrandt/luadev:luajit
test:
script:
- apk add libqrencode-dev
- luarocks build
- luarocks test
- luacov
- cat luacov.report.out
artifacts:
paths:
- luacov.report.out