Build PDFs in CI
This commit is contained in:
parent
d4df76be2d
commit
5f708955dd
2 changed files with 40 additions and 21 deletions
16
.gitlab-ci.yml
Normal file
16
.gitlab-ci.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue