mirror of
https://github.com/vale981/semi_mirror
synced 2025-03-04 17:01:41 -05:00
travis
This commit is contained in:
parent
b0729400f8
commit
3e2cd45f24
1 changed files with 11 additions and 1 deletions
12
.travis.yml
12
.travis.yml
|
@ -12,4 +12,14 @@ install:
|
|||
|
||||
script:
|
||||
- xelatex -interaction=nonstopmode semi_main.tex
|
||||
- xelatex -interaction=nonstopmode semi_main.tex
|
||||
- xelatex -interaction=nonstopmode semi_main.tex
|
||||
|
||||
deploy:
|
||||
provider: releases
|
||||
user: "vale981"
|
||||
password: "valentin981"
|
||||
file: "semi_main.tex"
|
||||
skip_cleanup: true
|
||||
on:
|
||||
tags: true
|
||||
all_branches: true
|
Loading…
Add table
Reference in a new issue