add drone

This commit is contained in:
Nareshkumar Rao 2022-02-03 13:48:53 +01:00
parent 155c2ef126
commit 9365e56e01
2 changed files with 30 additions and 0 deletions

29
.drone.yml Normal file
View File

@ -0,0 +1,29 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: buildlatex
image: nareshkumarrao/texliveonfly
commands:
- texliveonfly Main.tex
- biber main
- texliveonfly Main.tex
- biber main
- texliveonfly Main.tex
- name: gitea_release
image: plugins/gitea-release
settings:
base_url: https://git.nareshkumarrao.com
api_key:
from_secret: gitea_token
files: Main.pdf
when:
event: tag
trigger:
event:
- push
- tag

View File

@ -1,4 +1,5 @@
# Master Thesis - Latex Source # Master Thesis - Latex Source
[![Build Status](https://drone.nareshkumarrao.com/api/badges/naresh/master-thesis/status.svg)](https://drone.nareshkumarrao.com/naresh/master-thesis)
## Building ## Building