Systemsicherheit/.gitea/workflows/build-latex.yaml
Paul Zinselmeyer ee1a3beff3
All checks were successful
Latex Build / build-latex (Assignment 4 - Protokollsicherheit (Praxis)) (push) Successful in 2m18s
[CI] add latex CI
2024-05-27 18:55:14 +02:00

22 lines
570 B
YAML

name: "Latex Build"
on:
pull_request:
push:
workflow_dispatch:
jobs:
build-latex:
runs-on: debian-latest
strategy:
matrix:
assignment: [
"Assignment 4 - Protokollsicherheit (Praxis)"
]
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: "nix build .#\"${{ matrix.assignment }}\""
- uses: actions/upload-artifact@v3
with:
name: "${{ matrix.assignment }}"
path: result/abgabe.pdf