1
mirror of https://gitlab.com/jessieh/qrprinter.git synced 2024-09-18 21:41:46 +00:00
qrprinter/.gitlab-ci.yml

12 lines
212 B
YAML
Raw Normal View History

2021-12-12 01:42:02 +00:00
image: jessiehildebrandt/luadev:luajit
test:
script:
- luarocks build
- luarocks test
- luacov
- cat luacov.report.out
artifacts:
paths:
- luacov.report.out