52:457f0d22ff68
Anton Shestakov <av6@dwimlabs.net>, Sun, 23 Sep 2018 19:11:09 +0800
pipelines: give it a couple of minutes

previous change 51:7e254352cf05

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"