mirror of
https://github.com/vale981/semi_mirror
synced 2025-03-05 09:21:40 -05:00
24 lines
690 B
YAML
24 lines
690 B
YAML
env:
|
|
global:
|
|
- TERM=dumb
|
|
- GIT_AUTHOR_NAME="Valentin Boettcher"
|
|
- GIT_AUTHOR_EMAIL="vale981@gmx.de""
|
|
- GIT_COMMITTER_NAME="Valentin Boettcher"
|
|
- GIT_COMMITTER_EMAIL="vale981@gmx.de"
|
|
|
|
install:
|
|
- sudo apt-get update -qq
|
|
- sudo apt-get install -y texlive texlive-latex-extra texlive-generic-extra texlive-xetex texlive-lang-german fonts-linuxlibertine texlive-bibtex-extra biblatex
|
|
|
|
script:
|
|
- xelatex -interaction=nonstopmode semi_main.tex
|
|
- xelatex -interaction=nonstopmode semi_main.tex
|
|
|
|
deploy:
|
|
provider: releases
|
|
api-key: "0e42a55201d6d4f23465902780208ef097eb202f"
|
|
file: "semi_main.tex"
|
|
skip_cleanup: true
|
|
on:
|
|
tags: false
|
|
all_branches: true
|