Download:
child 8:177cc64a07d2
parent 6:9643b3224fb5
7:1f4c9e78588e
Anton Shestakov <av6@dwimlabs.net>, Thu, 08 Sep 2016 18:41:11 +0800
pipelines: install Mercurial Doesn't seem to be any way to catch "no such file or directory" error from lpc?

1 файлов изменено, 1 вставок(+), 1 удалений(-) [+]
bitbucket-pipelines.yml file | annotate | diff | comparison | revisions
--- a/bitbucket-pipelines.yml Thu Sep 08 14:44:54 2016 +0800
+++ b/bitbucket-pipelines.yml Thu Sep 08 18:41:11 2016 +0800
@@ -5,7 +5,7 @@
- step:
script:
- apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y
- build-essential lua5.1 lua5.2 lua5.3 luarocks
+ build-essential lua5.1 lua5.2 lua5.3 luarocks mercurial
- luarocks install --local lpc
- luarocks install --local busted
- eval "$(luarocks path)"