1
mirror of https://gitlab.com/jessieh/qrprinter.git synced 2024-10-18 01:41:46 +00:00

Add libqrencode-dev to CI pipeline

This commit is contained in:
Jessie Hildebrandt 2021-12-11 20:43:53 -05:00
parent 736c0861c8
commit e186650626

View File

@ -2,6 +2,7 @@ image: jessiehildebrandt/luadev:luajit
test: test:
script: script:
- apk add libqrencode-dev
- luarocks build - luarocks build
- luarocks test - luarocks test
- luacov - luacov