347:9f69026eefb3
Anton Shestakov <av6@dwimlabs.net>, Sun, 12 Apr 2020 23:54:41 +0800
checker: run git with C.UTF-8 instead of en_US.UTF-8 Just in case it makes any difference. C is supposedly more machine-readable.

previous change 329:6e89b4cea984

bitbucket-pipelines.yml

Permissions: -rw-r--r--

Other formats: Feeds:
image: python:2
pipelines:
default:
- step:
max-time: 1
caches:
- pip
script:
- pip install -r requirements.txt -r dev-requirements.txt
- ./run-tests.py -v
--color=yes
--cov-report=term
--cov=candolint
--cov=incoming
--cov=viewer
--cov=checker
--cov=hooks-queue
- apt-get update && apt-get install -y wget tar unzip
- make -j libs