This commit is contained in:
parent
7793e1051c
commit
7a8fd39479
1 changed files with 9 additions and 0 deletions
9
.woodpecker.yml
Normal file
9
.woodpecker.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
kind: pipeline
|
||||
type: docker
|
||||
name: compile
|
||||
|
||||
steps:
|
||||
- name: compile
|
||||
image: git.faercol.me/faercol/latex:latest
|
||||
commands:
|
||||
- pdflatex index.tex
|
Loading…
Add table
Reference in a new issue