Skip to content

Commit

Permalink
Add auto build
Browse files Browse the repository at this point in the history
  • Loading branch information
josefdolezal committed Apr 12, 2017
1 parent 99e31d1 commit 9265b2a
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Created by https://www.gitignore.io/api/tex,latex,macos

## Document build folder
build
/*.pdf

### LaTeX ###
## Core latex/pdflatex auxiliary files:
Expand Down
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
dist: trusty
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y --no-install-recommends texlive-fonts-recommended texlive-latex-extra texlive-fonts-extra dvipng texlive-latex-recommended texlive-lang-czechslovak texlive-generic-extra lmodern latexmk
script:
- latexmk -c
- latexmk -pdf
deploy:
provider: releases
api_key:
secure: "LNsxQKTxofPdQ+uf3YcAT5wSMM/jCkWLL5IBSOcvURTDmNv4zhsk6kYbYg1q/ywj+YZ2dMgwi/eb43k8YedzY4YlhAGVgFFYHweGzu++dyjGmPkNP+6Je+1ccPy+WtBJWLYOUTF3gVBxWDfVYnpSE83ICcyitzjkAQhIX8BMUxFmNnBi3yjucxzXhzZGXrtdov5nw2cONmICTsrYZbKXrDtRX9AzZDhnBnuii6KGZQl8KO0NCawHvU0OtJOdT9SQSgntFpdkVu6iG3KWnHLXYpxAykIdI4kef/7363QMQ1t0oyNAtL6pnQkuBQ/ZTAllSjgw40Hokmx70XjRo3+WZJvkM+FVTBiEKH0Lnc6lFrTHQA+DfYvRuNX74Jeb1ve4L44QqQWxpn8gpyj0dDJz4s+RMugFXhnnrPw9SVBlTsco9CzK0XL1kqV/FYhDGb07mClmi+qYeB8piKez/W5mz2FjaWsl8hPIz9cJUm+kFHKhTs+QIWUw/01E6Bp1riH7gCxPXbsDqVXlG8GcW6UIqvJlAWOcvUcAidoPrS0uKhTzyi3VndijlRHL9kf3BD1kBd6XYQftZmooOLRyECVsYcoOGP0ECE9o3OTbDs10n/tpVMeOmY/+JrbIECoGnUVyH+1kfasmN5/s0gK4Lf+y2OlyIz8P2DMFrV6TTbnb4c8="
file:
- thesis.pdf
- thesis_cover_bw.pdf
skip_cleanup: true
on:
tags: true
6 changes: 2 additions & 4 deletions bibliography.bib
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ @ARTICLE {3d-print-google-trends
month = "duben",
year = "2017",
note = "[cit. 2017-4-11]",
url = "https://trends.google.cz/trends/explore?q=3d%20print"
url = "https://trends.google.cz/trends/explore?q=3d\%20print"
}

@ARTICLE {mobile-devices-market-share,
Expand Down Expand Up @@ -85,7 +85,5 @@ @ARTICLE {objcio-bdd
month = "srpen",
year = "2014",
note = "[cit. 2017-3-29]",
url = "https://developer.apple.com/library/content/documentation/DeveloperTools/Conceptual/testing_with_xcode/chapters/09-ui_testing.html"
url = "https://www.objc.io/issues/15-testing/behavior-driven-development/"
}

https://www.objc.io/issues/15-testing/behavior-driven-development/
2 changes: 2 additions & 0 deletions latexmkrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
$pdflatex = 'pdflatex -interaction=nonstopmode -halt-on-error';
@default_files = ('thesis.tex', 'thesis_cover_bw.tex');
2 changes: 1 addition & 1 deletion thesis.tex
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
\end{conclusion}

\bibliographystyle{csn690}
\bibliography{bibliography.bib}
\bibliography{bibliography}

\appendix

Expand Down
6 changes: 3 additions & 3 deletions thesis_cover_bw.tex
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
\documentclass[thesis=B,czech]{template/FITcover}[2015/04/29]
\documentclass[thesis=B,czech]{FITcover}[2015/04/29]

\usepackage[utf8]{inputenc}

\title{Slovní slovníkové kompresní metody}
\author{Jan NOVÁK}
\title{iOS aplikace k ovládání 3D tiskáren}
\author{Josef DOLEŽAL}

\begin{document}

Expand Down

2 comments on commit 9265b2a

@hroncok
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To je porno!

@josefdolezal
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Celej dnešek tim zabitej 😅.. Chtěl jsem ten XeLaTex, ale nepodařilo se..

Please sign in to comment.