aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/latex.yml
diff options
context:
space:
mode:
authorOST\sara.halter <sara.halter@gmx.ch>2021-09-23 15:17:55 +0200
committerOST\sara.halter <sara.halter@gmx.ch>2021-09-23 15:17:55 +0200
commit29cc5cb87c4b55cecd7ac3c3c3652d0e2ac384ff (patch)
treeb4377dd897f3185f4d13d69b6b44121b13265cc6 /.github/workflows/latex.yml
parentProjekttplan angepasst noch nicht fertig (diff)
parentAdd project plan and thesis to workflow (diff)
downloadFading-29cc5cb87c4b55cecd7ac3c3c3652d0e2ac384ff.tar.gz
Fading-29cc5cb87c4b55cecd7ac3c3c3652d0e2ac384ff.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to '.github/workflows/latex.yml')
-rw-r--r--.github/workflows/latex.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/.github/workflows/latex.yml b/.github/workflows/latex.yml
new file mode 100644
index 0000000..7af6e80
--- /dev/null
+++ b/.github/workflows/latex.yml
@@ -0,0 +1,22 @@
+name: LaTeX
+on:
+ push:
+ branches: [ master ]
+ pull_request:
+ branches: [ master ]
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
+
+ steps:
+ - name: Setup TeXLive
+ uses: DanySK/setup-texlive-action@0.1.1
+ with:
+ requirements-file: .github/texlive/packages.tex
+ - name: Checkout Repo
+ uses: actions/checkout@v2
+ - name: Typeset Project Plan
+ run: make -C doc/projectplan
+ - name: Typeset Thesis
+ run: make -C doc/thesis