Download:
child 18:674e48fa93db
parent 16:4938da906ae5
17:a17ac8c926c0 draft
Anton Shestakov <av6@dwimlabs.net>, Fri, 09 Nov 2018 15:20:44 +0800
pipelines: name steps

1 файлов изменено, 2 вставок(+), 6 удалений(-) [+]
bitbucket-pipelines.yml file | annotate | diff | comparison | revisions
--- a/bitbucket-pipelines.yml Fri Nov 09 15:10:31 2018 +0800
+++ b/bitbucket-pipelines.yml Fri Nov 09 15:20:44 2018 +0800
@@ -1,26 +1,22 @@
pipelines:
default:
- step:
+ name: Supybot on Python 2
image: python:2
-
max-time: 1
-
caches:
- pip
-
script:
- pip install supybot
- ln -s . Mercurial
- supybot-test Mercurial
- step:
+ name: Limnoria on Python 3
image: python:3
-
max-time: 1
-
caches:
- pip
-
script:
- pip install limnoria
- ln -s . Mercurial