Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
math_tech_info
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
orestis.malaspin
math_tech_info
Commits
f330fd8b
Commit
f330fd8b
authored
7 years ago
by
orestis.malaspin
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of github.com:mathintro/deuxiemeannee
parents
553fef4c
8ba3d2df
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+17
-0
17 additions, 0 deletions
.travis.yml
with
17 additions
and
0 deletions
.travis.yml
0 → 100644
+
17
−
0
View file @
f330fd8b
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment