4:33d49b3bcab5
Anton Shestakov <av6@dwimlabs.net>, Thu, 08 Sep 2016 13:42:51 +0800
pipelines: try this

next change 6:9643b3224fb5

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 lua5.2 lua5.3 luarocks
- luarocks install --local lpc busted
- eval "$(luarocks path)"
- LUA="lua=5.1" ~/.luarocks/bin/busted --verbose
- LUA="lua=5.2" ~/.luarocks/bin/busted --verbose
- LUA="lua=5.3" ~/.luarocks/bin/busted --verbose