161:e45e99c140a8
Anton Shestakov <av6@dwimlabs.net>, Tue, 31 Oct 2017 13:09:18 +0800
pipelines: heed apt's warning and use apt-get, update, -y

next change 162:ee031ea48eb0
previous change 160:9cff55b8bb87

bitbucket-pipelines.yml

Permissions: -rw-r--r--

Other formats: Feeds:
image: python:2
pipelines:
default:
- step:
caches:
- pip
script:
- pip install -r REQUIREMENTS
- ./test.py
- apt-get update && apt-get install -y wget tar unzip
- make -j libs