Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1 from dragetd/travis
Browse files Browse the repository at this point in the history
Add Travis suport and fix template URL
  • Loading branch information
Eisfunke authored Dec 7, 2017
2 parents a56d988 + 082a77b commit 67289c9
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "Latex_Template"]
path = Latex_Template
url = gogs@git.foss-ag.de:FOSS_AG/Latex_Template.git
[submodule "design_latex-template"]
path = design_latex-template
url = https://github.com/foss-ag/design_latex-template.git
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Using the container-based Ubuntu 14.04 Trusty setup
language: shell
script:
- cd .
- latexmk -pdf -f -latexoption="--interaction=nonstopmode" main.tex vortrag.tex
deploy:
skip_cleanup: true
provider: script
script: wget https://raw.githubusercontent.com/foss-ag/script_deploy-artifact/master/deploy-artifact.sh ; sh deploy-artifact.sh *.pdf
on:
all_branches: true
addons:
apt:
packages: [texlive-full]
1 change: 0 additions & 1 deletion Latex_Template
Submodule Latex_Template deleted from 3ba1c0
1 change: 1 addition & 0 deletions design_latex-template
Submodule design_latex-template added at 530e39
2 changes: 1 addition & 1 deletion main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
\usepackage{xcolor}
\usepackage[ngerman]{babel}
\usepackage{wasysym}
\input{Latex_Template/beamerthemeFOSSAG.sty}
\input{design_latex-template/beamerthemeFOSSAG.sty}

\title{Shells}
\subtitle{Alternativen zu Bash}
Expand Down
4 changes: 2 additions & 2 deletions vortrag.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
\usepackage{xcolor}
\usepackage[ngerman]{babel}
\usepackage{wasysym}
\input{Latex_Template/beamerthemeFOSSAG.sty}
\input{design_latex-template/beamerthemeFOSSAG.sty}

\title{Shells}
\subtitle{Alternativen zu Bash}
Expand Down Expand Up @@ -105,4 +105,4 @@
\frametitle{Unsere Empfehlung}
\framesubtitle{Friendly Interactive Shell}
\end{frame}
\end{document}
\end{document}

0 comments on commit 67289c9

Please sign in to comment.