[CI] Initial CI
This commit is contained in:
parent
931e418e91
commit
23af749e81
1 changed files with 15 additions and 0 deletions
15
.drone.yml
Normal file
15
.drone.yml
Normal 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
|
Loading…
Reference in a new issue