Gitlab-CI hinzugefügt
This commit is contained in:
parent
6879295ddb
commit
6ae10a2549
29
.gitlab-ci.yml
Normal file
29
.gitlab-ci.yml
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
zusammenfassungPDF:
|
||||||
|
image: tianon/latex
|
||||||
|
script:
|
||||||
|
- make
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- zusammenfassung.pdf
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Generische Regel für auf Debian basierende Distributionen
|
||||||
|
.debianoide:
|
||||||
|
only:
|
||||||
|
- master@my04mivo/pacl-zusammenfassung
|
||||||
|
before_script:
|
||||||
|
- ln -fs /usr/share/zoneinfo/Europe/Berlin /etc/localtime
|
||||||
|
- export DEBIAN_FRONTEND=noninteractive
|
||||||
|
- apt-get update -qq && apt-get install -y -qq make texlive-full latexmk
|
||||||
|
script:
|
||||||
|
- cat /etc/os-release
|
||||||
|
- make
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- zusammenfassung.pdf
|
||||||
|
|
||||||
|
# Latest (rolling) Ubuntu Release
|
||||||
|
ubuntuRolling:
|
||||||
|
extends: .debianoide
|
||||||
|
image: ubuntu:rolling
|
Loading…
Reference in New Issue
Block a user