Commit Diff
--- /dev/null +++ .build.yml @@ -0,0 +1,15 @@ +image: alpine/latest +packages: + - make + - texlive-luatex + - biblatex + - icu-data-full + - texmf-dist-bibtexextra + - texmf-dist-latexextra + - biber +sources: + - https://git.sr.ht/~witcher/bachelor-thesis-presentation +tasks: + - build: | + cd bachelor-thesis-presentation + make
