phd-thesis/.gitlab-ci.yml
Charlotte Van Petegem 5f708955dd
Build PDFs in CI
2023-10-25 13:49:36 +02:00

16 lines
205 B
YAML

default:
tags:
- nix
stages:
- build
build-pdfs:
stage: build
script:
- nix build .#build-diffed
- ./result/bin/build-diffed
artifacts:
paths:
- book.pdf
- diff.pdf