Skip to content

Commit

Permalink
Adding travis (a2s-institute#1)
Browse files Browse the repository at this point in the history
* Add Travis config

* Add Travis badge

* Add missing geometry package
  • Loading branch information
argenos authored Mar 19, 2018
1 parent 2fc97f6 commit 57cb7e9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
sudo: required
dist: trusty
before_install:
- sudo apt-get -qq update && sudo apt-get install -y --no-install-recommends texlive
texlive-fonts-recommended texlive-latex-extra texlive-fonts-extra dvipng texlive-latex-recommended latex-xcolor
script:
- mkdir _build
- pdflatex -interaction=nonstopmode -halt-on-error -output-directory _build *.tex
- rm -rf _build
- zip -r MAS-project-report.zip images chapters LastNameI-[RnD-MT]Report.tex LastNameI-[RnD-MT]Report.pdf README.md mas_report.cls bibliography.bib
deploy:
provider: releases
api_key:
secure: FtXjaLC6bDBH5gCsd95gYuTz87DG23UJYuvlI5nVCk7Le6kCT0+CQ7Y31pYr2UtBWEfeU6PwsxkYiJeRbkoyxK2D4a/g1lddthkGMhK6kRr0JCpfyFZMa3bGeHOSWCkUbXl2+kzdGCQnJhdrq8Cb+6dgh0zyygzUU5f5TyFbSZg0CAIOMZEE6drcYv1Qa00jQsiVSmM+Yo1BDzUiziw7FBm1+oZh2nlAM5J+Mn3m3KRVA6Epbyi7MOcyGwlEnAk5yQK+XwR7LVlnLm195LCRqf7M9Cwrd921kqXK8TqNUshUP/PDfumKLcxfNtGWhR1qYwgJ3OZYLMZeom6dOuzpmYjBqq52D/sZv2zhQ4RMpZr/HZE74FheA47X0R2FUMdoJ8x6ltSgTtY1WmytO5DPTpi7/8rACDJ/0QFMWJl3Z32PqY1h6bTxWFnQd4jrYh1KGduNrDA5ioWxLDq0HIZw1BJXXhPmXH+RpYSgN8OWJ/MLQhync+PM/634lTS3V34HZzvD4IJ/3Fr02ZOPOeODXeDMU5vRmAw1DymEcGXseHx73z7/zuLaNyR23jJ9H8CltZJRJu7samW+LqiSwlOnNODFB0lK4M664eZszZ3e/1stVF+bO1urOfZ5zOmLM0TzH+ibxawObD5rbUei3W+X4mWsbUPB1/7hBmsv4pVXZWk=
file: MAS-beamer-template.zip
skip_cleanup: true
on:
tags: true
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Master Thesis Latex Template

[![Build Status](https://travis-ci.org/mas-group/project-report.svg?branch=master)](https://travis-ci.org/mas-group/project-report)

This template is designed for the R&D and master thesis reports of the Master of Science in Autonomous Systems.
Based on the template created by Ronni Hartanto in 2003.

Expand Down
1 change: 1 addition & 0 deletions mas_report.cls
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
\usepackage[titletoc]{appendix}
\usepackage{setspace}
\usepackage{subfiles}
\usepackage{geometry}
% \usepackage{showframe}


Expand Down

0 comments on commit 57cb7e9

Please sign in to comment.