24:9048a48a9926
Anton Shestakov <av6@dwimlabs.net>, Sat, 10 Sep 2016 20:02:58 +0800
examples: add log -Tjson example

next change 27:c274ab4968e5
previous change 21:27da91327bbe

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
- luarocks install --local luarocks
# hg:// support was broken before 2.2.2
# (https://github.com/keplerproject/luarocks/commit/20eb947)
- ~/.luarocks/bin/luarocks install --local --verbose
--server=http://luarocks.org/dev hglib scm-0
- cd /tmp
- eval "$(~/.luarocks/bin/luarocks path)"
- lua5.1 "$OLDPWD/examples/version.lua"