You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ocrd_calamari/.circleci/config.yml

29 lines
696 B
YAML

version: 2.1
orbs:
codecov: codecov/codecov@1.0.5
jobs:
build-python36:
docker:
- image: ubuntu:18.04
environment:
- PYTHONIOENCODING: utf-8
steps:
- run: apt-get update ; apt-get install -y make git curl python3 python3-pip wget imagemagick locales
- run: locale-gen "en_US.UTF-8"; update-locale LC_ALL="en_US.UTF-8"
- checkout
- run: pip3 install --upgrade pip
- run: make install deps-test PIP_INSTALL="pip3 install"
- run: make coverage LC_ALL=en_US.utf8
- codecov/upload
workflows:
build:
jobs:
- build-python36:
filters:
branches:
ignore:
- screenshots