297:82c4719ecf6b
Anton Shestakov <av6@dwimlabs.net>, Tue, 19 Jun 2018 17:25:53 +0800
templates: UIkit 2.27.5

next change 302:59923ed57ab1
previous change 294:219b5038ba35

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 curl
- contrib/updatesri.sh *.html
- hg d
- test $(HGPLAIN=1 hg d | wc -l) -eq 0