This repository has been archived by the owner on Nov 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from dragetd/travis
Add Travis suport and fix template URL
- Loading branch information
Showing
6 changed files
with
21 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
[submodule "Latex_Template"] | ||
path = Latex_Template | ||
url = [email protected]:FOSS_AG/Latex_Template.git | ||
[submodule "design_latex-template"] | ||
path = design_latex-template | ||
url = https://github.com/foss-ag/design_latex-template.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
Submodule Latex_Template
deleted from
3ba1c0
Submodule design_latex-template
added at
530e39
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters