Skip to content
Snippets Groups Projects
Commit fda72f2a authored by Lauri Koivunen's avatar Lauri Koivunen :tools:
Browse files

Merge branch 'master' into 'master'

Fix .gitlab-ci-simple.yml

See merge request !6
parents fbb805e7 f030bacb
No related branches found
No related tags found
1 merge request!6Fix .gitlab-ci-simple.yml
Pipeline #24734 passed
......@@ -10,6 +10,7 @@ stages:
# build latex/thesis.tex -> latex/thesis.pdf using pdflatex
# shell-escape functionality is required by the minted package
build:
stage: build
script:
- cd latex
- latexmk -pdf --shell-escape thesis.tex
......@@ -19,5 +20,6 @@ artifacts:
# a validation prints "PASS + something" is the file is PDF/A conformant
validate:
stage: validate
script:
- pdfa-validate latex/thesis.pdf|grep '^PASS'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment