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

15 lines
380 B
YAML
Raw Permalink 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-04-27 20:44:43 +01:00
- image: theorangeone/docker-pandoc
2018-03-27 13:32:14 +01:00
working_directory: ~/tex-template
steps:
- checkout
2018-03-28 21:27:33 +01:00
- run:
name: Test build
2018-04-25 10:08:31 +01:00
command: bash build.sh test/main.md
2018-04-02 22:30:26 +01:00
- store_artifacts:
path: output.pdf
destination: output.pdf