[CI] Initial CI

This commit is contained in:
kleph 2020-09-15 13:33:44 +02:00
parent 931e418e91
commit 23af749e81

15
.drone.yml Normal file
View file

@ -0,0 +1,15 @@
---
kind: pipeline
name: latex
steps:
- name: build
image: niccokunzmann/ci-latex
commands:
- pdf2latex -interaction=nonstopmode -halt-on-error cv.tex
#steps:
# - name: deploy
# image: ssh
# commands:
# - scp -i ${KEY_FILE} cv.pdf ${DEPLOY_USER}@${DEPLOY_HOST}:/srv/http/trucs/cv_laurenti_2020.pdf