305:afe29fdf065f
Anton Shestakov <av6@dwimlabs.net>, Thu, 28 Jun 2018 22:43:17 +0800
provision: use Prosody 0.10 from upstream repo

next change 311:92604a9856ea
previous change 302:59923ed57ab1

bitbucket-pipelines.yml

Permissions: -rw-r--r--

Other formats: Feeds:
image: ubuntu:xenial
pipelines:
default:
- step:
max-time: 1
caches:
- node
script:
- 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 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