add .drone.yml
continuous-integration/drone/push Build is passing Details

This commit is contained in:
hbr 2021-05-06 21:56:02 +02:00
parent 35b6dbf493
commit 0cbefdbb61
1 changed files with 12 additions and 0 deletions

12
.drone.yml Normal file
View File

@ -0,0 +1,12 @@
---
kind: pipeline
type: docker
name: sphinx_build
steps:
- name: html
image: sphinxdoc/sphinx-latexpdf
commands:
- make html
- make latexpdf