Download:
child 219:2f20aff2389c
parent 217:87332d6ea39b
218:e7db503ad13d
Anton Shestakov <av6@dwimlabs.net>, Fri, 12 Aug 2016 18:46:51 +0800
pipelines: install build-essential too

1 файлов изменено, 2 вставок(+), 1 удалений(-) [+]
bitbucket-pipelines.yml file | annotate | diff | comparison | revisions
--- a/bitbucket-pipelines.yml Fri Aug 12 18:31:25 2016 +0800
+++ b/bitbucket-pipelines.yml Fri Aug 12 18:46:51 2016 +0800
@@ -4,7 +4,8 @@
default:
- step:
script:
- - apt-get update && apt-get install -y python-dev python-virtualenv
+ - apt-get update && apt-get install -y
+ build-essential python-dev python-virtualenv
- virtualenv ./venv
- ./venv/bin/pip install ansible
- ansible --version