Compare commits

...

9 Commits
main ... v1

Author SHA1 Message Date
Nareshkumar Rao
615d1ab2ae test trigger 2022-02-03 18:16:08 +01:00
Nareshkumar Rao
ea5faa3b4b test trigger 2022-02-03 18:08:37 +01:00
Nareshkumar Rao
fb4171b864 test trigger 2022-02-03 17:03:05 +01:00
Nareshkumar Rao
4448dd5ae5 test trigger 2022-02-03 16:58:08 +01:00
Nareshkumar Rao
89f817742f test trigger 2022-02-03 16:55:15 +01:00
Nareshkumar Rao
5612a78bed test trigger 2022-02-03 16:48:25 +01:00
Nareshkumar Rao
45761d7d1f add badge to readme 2022-02-03 15:24:12 +01:00
Nareshkumar Rao
64daa52d0c fix drone 2022-02-03 15:21:54 +01:00
Nareshkumar Rao
26228a2bcd add drone 2022-02-03 13:48:53 +01:00
2 changed files with 25 additions and 0 deletions

24
.drone.yml Normal file
View File

@ -0,0 +1,24 @@
---
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

View File

@ -1,4 +1,5 @@
# 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