add ci latex
All checks were successful
Latex Build / build-latex (Assignment 4 - Protokollsicherheit (Praxis)) (push) Successful in 10m8s

This commit is contained in:
Paul Zinselmeyer 2024-05-27 11:10:14 +02:00
parent c6cff93191
commit ace15415f8
Signed by: pfzetto
GPG key ID: B471A1AF06C895FD
6 changed files with 120 additions and 220 deletions

View file

@ -0,0 +1,22 @@
name: "Latex Build"
on:
pull_request:
push:
workflow_dispatch:
jobs:
build-latex:
runs-on: debian-latest
strategy:
matrix:
assignment: [
"Assignment 4 - Protokollsicherheit (Praxis)"
]
steps:
- run: apt update && apt install sudo -y
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v27
- run: "nix build .#\"${{ matrix.assignment }}\""
- uses: actions/upload-artifact@v3
with:
name: "${{ matrix.assignment }}.pdf"
path: result/abgabe.pdf