1
mirror of https://gitlab.com/jessieh/qrprinter.git synced 2024-09-16 13:11:45 +00:00
qrprinter/.gitlab-ci.yml

13 lines
246 B
YAML
Raw Normal View History

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