Skip to content

Commit

Permalink
Travis integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Teeed committed Jul 25, 2019
1 parent fafd79f commit dcd6f20
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
before_script:
- sudo apt-get install -y texlive texlive-lang-polish texlive-fonts-extra texlive-latex-extra
script:
- pdflatex -halt-on-error radio_faq1.tex
before_deploy:
- git config --local user.name "Tadeusz Magura-Witkowski"
- git config --local user.email "[email protected]"
- export TRAVIS_TAG=${TRAVIS_TAG:-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)}
- git tag $TRAVIS_TAG
deploy:
provider: releases
api_key: $GITHUB_API_TOKEN
file: radio_faq1.pdf
skip_cleanup: true

0 comments on commit dcd6f20

Please sign in to comment.