cv/.drone.yml
kleph cfff9357de
All checks were successful
continuous-integration/drone/push Build is passing
[CI] Add YAML lint
2020-09-15 19:37:44 +02:00

19 lines
312 B
YAML

---
kind: pipeline
name: latex
steps:
- name: yaml lint
image: cytopia/yamllint
commands:
- yamllint .drone.yml
- name: build
image: niccokunzmann/ci-latex
commands:
- pdflatex -interaction=nonstopmode -halt-on-error cv.tex
- name: deploy
image: kroniak/ssh-client
commands:
- echo "deploy"