346:57df34c18757
Anton Shestakov <av6@dwimlabs.net>, Sun, 12 Apr 2020 23:53:10 +0800
checker: set C.UTF-8 in check-in-firejail.sh too It's also set in dockerfiles/ubuntu-bionic, so it makes sense to do the same.

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