286:6d3e76c87568
Anton Shestakov <av6@dwimlabs.net>, Sat, 16 Sep 2017 22:37:13 +0800
pipelines: switch to Xenial, use Ansible from distro repos

next change 287:3c70a6d50984
previous change 284:e22f9112672f

bitbucket-pipelines.yml

Permissions: -rw-r--r--

Other formats: Feeds:
image: ubuntu:xenial
pipelines:
default:
- step:
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 npm
- make devel build
- hg d
- test $(HGPLAIN=1 hg d | wc -l) -eq 0
- apt-get install -y curl
- contrib/updatesri.sh *.html
- hg d
- test $(HGPLAIN=1 hg d | wc -l) -eq 0