Add drone ci integration
Some checks reported errors
continuous-integration/drone Build was killed

This commit is contained in:
KingOfDog 2021-10-14 15:57:09 +02:00
parent 472675ff16
commit 638e9f7d46
No known key found for this signature in database
GPG Key ID: 16E0927836F0F8EC

15
.drone.yml Normal file
View File

@ -0,0 +1,15 @@
kind: pipeline
type: docker
name: build
steps:
- name: docker
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: kingofdog/pandoc-latex
tags:
- latest