1
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
tex-template-builder/.circleci/config.yml

18 lines
495 B
YAML
Raw Normal View History

2018-03-27 13:26:33 +01:00
version: 2
jobs:
2018-03-27 13:32:14 +01:00
build:
docker:
2018-03-28 20:11:36 +01:00
- image: jagregory/pandoc
2018-03-27 13:32:14 +01:00
working_directory: ~/tex-template
steps:
- checkout
- run:
name: Install Dependencies
2018-03-28 20:14:50 +01:00
command: apt-get install -y python-flake8
2018-03-27 13:32:14 +01:00
- run:
name: Lint
command: flake8 build.py --ignore=E128,E501
2018-03-28 21:27:33 +01:00
- run:
name: Test build
command: python3 build.py test/main.md