312:0008fb15061a
Anton Shestakov <av6@dwimlabs.net>, Mon, 02 Jul 2018 13:50:36 +0800
pipelines: install make

next change 313:cf8cc10ef992
previous change 311:92604a9856ea

bitbucket-pipelines.yml

Permissions: -rw-r--r--

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