mirror of
https://gitlab.com/jessieh/qrprinter.git
synced 2024-11-14 03:41:47 +00:00
13 lines
246 B
YAML
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
|