6:9643b3224fb5
Anton Shestakov <av6@dwimlabs.net>, Thu, 08 Sep 2016 14:44:54 +0800
pipelines: luarocks needs packages one-by-one?

next change 7:1f4c9e78588e
previous change 4:33d49b3bcab5

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
- luarocks install --local 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