cv/.drone.yml

20 lines
312 B
YAML
Raw Normal View History

2020-09-15 13:33:44 +02:00
---
kind: pipeline
name: latex
steps:
2020-09-15 19:32:16 +02:00
- name: yaml lint
image: cytopia/yamllint
commands:
- yamllint .drone.yml
2020-09-15 13:45:46 +02:00
- name: build
image: niccokunzmann/ci-latex
commands:
- pdflatex -interaction=nonstopmode -halt-on-error cv.tex
2020-09-15 13:33:44 +02:00
2020-09-15 13:45:46 +02:00
- name: deploy
image: kroniak/ssh-client
commands:
2020-09-15 19:27:33 +02:00
- echo "deploy"