Download:
child 7:1f4c9e78588e
parent 5:da6e34b39574
6:9643b3224fb5
Anton Shestakov <av6@dwimlabs.net>, Thu, 08 Sep 2016 14:44:54 +0800
pipelines: luarocks needs packages one-by-one?

1 файлов изменено, 2 вставок(+), 1 удалений(-) [+]
bitbucket-pipelines.yml file | annotate | diff | comparison | revisions
--- a/bitbucket-pipelines.yml Thu Sep 08 14:39:52 2016 +0800
+++ b/bitbucket-pipelines.yml Thu Sep 08 14:44:54 2016 +0800
@@ -6,7 +6,8 @@
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
+ - 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