diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..b1932f1 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +before_install: +- sudo apt-get update +- sudo apt-get install -y texlive-latex-extra texlive-lang-german texlive-math-extra texlive-fonts-extra texlive-science +script: +- pdflatex -interaction=nonstopmode presentation +- pdflatex -interaction=nonstopmode presentation +deploy: + provider: releases + api_key: $GITHUB_RELEASE_TOKEN + file: + - ./presentation.pdf + skip_cleanup: true + diff --git a/README.md b/README.md index ff9809c..1495512 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ HSRPresentation ========= +[![Build Status](https://travis-ci.org/HBadertscher/HSRPresentation.svg?branch=master)](https://travis-ci.org/HBadertscher/HSRPresentation) + A template for presentations using LaTeX and Beamer. Wherever possible the corporate identity (CI) of HSR University of Applied Sciences of Eastern Switzerland in Rapperswil is applied.