diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..f93c8a4 --- /dev/null +++ b/.drone.yml @@ -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 + diff --git a/README.md b/README.md index bc332e8..c088fe1 100644 --- a/README.md +++ b/README.md @@ -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