Download:
child 48:ed9bbac145e0
parent 46:a6b688f75d89
47:2bae846a0e0e
Anton Shestakov <av6@dwimlabs.net>, Sun, 23 Sep 2018 18:47:17 +0800
pipelines: let's try caching whatever we can

1 файлов изменено, 7 вставок(+), 0 удалений(-) [+]
bitbucket-pipelines.yml file | annotate | diff | comparison | revisions
--- a/bitbucket-pipelines.yml Tue Oct 25 12:35:33 2016 +0800
+++ b/bitbucket-pipelines.yml Sun Sep 23 18:47:17 2018 +0800
@@ -1,8 +1,15 @@
image: ubuntu:xenial
+definitions:
+ caches:
+ luarocks: ~/.cache/luarocks/
+
pipelines:
default:
- step:
+ caches:
+ - luarocks
+
script:
- apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y
build-essential lua5.1 luarocks mercurial