18:3702d11e0309
Anton Shestakov <av6@dwimlabs.net>, Sat, 10 Sep 2016 07:57:49 +0800
docs: add license (MIT)

next change 21:27da91327bbe
previous change 16:42df16aab3fc

bitbucket-pipelines.yml

Permissions: -rw-r--r--

Other formats: Feeds:
image: ubuntu:xenial
pipelines:
default:
- step:
script:
- apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y
build-essential lua5.1 luarocks mercurial
- luarocks install --local lpc
- luarocks install --local busted
- luarocks install --local luacov
- ~/.luarocks/bin/busted --verbose --coverage
- ~/.luarocks/bin/luacov hglib
- cat luacov.report.out