Skip to content

Commit

Permalink
Add zip of all files to travis deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
argenos committed May 14, 2018
1 parent 18b4513 commit 498482d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
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
- 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-proposal.zip images LastNameI-[RnD-MT]Proposal.tex LastNameI-[RnD-MT]Proposal.pdf README.md mas_proposal.cls rnd_deliverable_timeline.png
- mkdir _build
- pdflatex -interaction=nonstopmode -halt-on-error -output-directory _build *.tex
- rm -rf _build
- zip -r MAS-project-proposal.zip .
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit 498482d

Please sign in to comment.