Build PDFs in CI

This commit is contained in:
Charlotte Van Petegem 2023-10-25 13:49:36 +02:00
parent d4df76be2d
commit 5f708955dd
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 40 additions and 21 deletions

16
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,16 @@
default:
tags:
- nix
stages:
- build
build-pdfs:
stage: build
script:
- nix build .#build-diffed
- ./result/bin/build-diffed
artifacts:
paths:
- book.pdf
- diff.pdf