Download:
child 5:da6e34b39574
parent 3:48f6ea626b5c
4:33d49b3bcab5
Anton Shestakov <av6@dwimlabs.net>, Thu, 08 Sep 2016 13:42:51 +0800
pipelines: try this

1 файлов изменено, 13 вставок(+), 0 удалений(-) [+]
bitbucket-pipelines.yml file | annotate | diff | comparison | revisions
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/bitbucket-pipelines.yml Thu Sep 08 13:42:51 2016 +0800
@@ -0,0 +1,13 @@
+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