Skip to content
Snippets Groups Projects
Commit f330fd8b authored by orestis.malaspin's avatar orestis.malaspin
Browse files

Merge branch 'master' of github.com:mathintro/deuxiemeannee

parents 553fef4c 8ba3d2df
No related branches found
No related tags found
No related merge requests found
sudo: required
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-french
script:
- mkdir _build
- pdflatex -interaction=nonstopmode -halt-on-error -output-directory _build cours.tex
- pdflatex -interaction=nonstopmode -halt-on-error -output-directory _build cours.tex
deploy:
provider: releases
api_key:
secure: 155dffca44892145831560e8f9cacef0596d4f77
file:
- _build/cours.pdf
skip_cleanup: true
on:
tags: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment