322:7dfdf32e8577
Anton Shestakov <av6@dwimlabs.net>, Sat, 14 Jul 2018 20:23:13 +0800
index: authorizing contact also adds it to the roster Maybe there are cases when this doesn't make sense, but so far this looks like the right thing to do.

previous change 315:bdc1ab0e1f00

bitbucket-pipelines.yml

Permissions: -rw-r--r--

Other formats: Feeds:
image: ubuntu:bionic
pipelines:
default:
- step:
max-time: 2
caches:
- node
script:
- echo 'APT::Install-Recommends "no";' > /etc/apt/apt.conf.d/99recommends
- apt-get update && apt-get install -y ansible
- echo localhost > inventory
- ansible-playbook contrib/provision/playbook.yml
-i inventory --syntax-check
- ansible-playbook contrib/provision/playbook.yml
-i inventory --list-tasks
- apt-get install -y make mercurial npm
- make devel build
- hg d
- test $(HGPLAIN=1 hg d | wc -l) -eq 0
- apt-get install -y wget tar
- make -j libs
- ls libs/*