Download:
child 16:4938da906ae5
parent 14:e8f91e4a0cb5
15:5462b64aeecd draft
Anton Shestakov <av6@dwimlabs.net>, Fri, 09 Nov 2018 15:02:13 +0800
pipelines: supybot on python2

1 файлов изменено, 14 вставок(+), 0 удалений(-) [+]
bitbucket-pipelines.yml file | annotate | diff | comparison | revisions
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/bitbucket-pipelines.yml Fri Nov 09 15:02:13 2018 +0800
@@ -0,0 +1,14 @@
+image: python:2
+
+pipelines:
+ default:
+ - step:
+ max-time: 1
+
+ caches:
+ - pip
+
+ script:
+ - pip install supybot
+ - ln -s . Mercurial
+ - supybot-test Mercurial