Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ssth-19
piece of cake
Commits
02cc41d4
Commit
02cc41d4
authored
Aug 15, 2019
by
Oli Schacher
Browse files
auto build pdf
parent
7733288f
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
02cc41d4
stages
:
-
doc
buildpdf
:
stage
:
doc
image
:
debian:latest
script
:
-
apt-get update
-
apt-get -y install pandoc texlive-base-bin texlive-latex-recommended texlive-fonts-recommended
-
pandoc anleitung.md characters.md Raumbeschreibung.md -o piece-of-cake.pdf
artifacts
:
paths
:
-
piece-of-cake.pdf
expire_in
:
2 weeks
tags
:
-
docker
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment