Skip to content
Snippets Groups Projects
Verified Commit 2df821ab authored by ck85nori's avatar ck85nori :railway_track:
Browse files

adds distinct build stage to ci

also makes pandoc fail if there are any warnings, e.g. if images are
missing
parent 51ea02b3
Branches
No related tags found
No related merge requests found
Pipeline #436 passed
stages:
- check
- build
- deploy
variables:
......@@ -12,6 +13,13 @@ check:
tags:
- pandoc
build:
stage: build
script:
- make
tags:
- pandoc
deploy:
stage: deploy
script:
......
......@@ -3,6 +3,7 @@ TITLE = title
PANDOC = pandoc
PANDOCFLAGS = \
--fail-if-warnings \
--standalone \
--filter pandoc-citeproc \
--pdf-engine=xelatex \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment