1
mirror of https://gitlab.com/jessieh/qrprinter.git synced 2024-09-18 21:41:46 +00:00
qrprinter/.gitlab-ci.yml
2021-12-11 20:42:02 -05:00

12 lines
212 B
YAML

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