55:0806f8adf535 default tip
Anton Shestakov <av6@dwimlabs.net>, Fri, 28 Sep 2018 15:44:09 +0800
hglib: just ignore

previous change 52:457f0d22ff68

bitbucket-pipelines.yml

Permissions: -rw-r--r--

Other formats: Feeds:
image: ubuntu:bionic
definitions:
caches:
luarocks: ~/.cache/luarocks/
pipelines:
default:
- step:
max-time: 2
caches:
- luarocks
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 --verbose
--server=http://luarocks.org/dev hglib scm-0
- cd /tmp
- eval "$(luarocks path)"
- lua5.1 "$OLDPWD/examples/version.lua"
- luarocks install --local lua-cjson
- lua5.1 "$OLDPWD/examples/log.lua"