Skip to content

Commit

Permalink
Added initial travis-ci configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
HBadertscher committed Dec 21, 2017
1 parent 0491b60 commit fad503a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit fad503a

Please sign in to comment.