11 lines
276 B
YAML
11 lines
276 B
YAML
version: 2
|
|
jobs:
|
|
build:
|
|
docker:
|
|
- image: theorangeone/docker-pandoc
|
|
working_directory: ~/tex-template
|
|
steps:
|
|
- checkout
|
|
- run:
|
|
name: Test build
|
|
command: bash build.sh test/main.md
|