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
51f42d46
Commit
51f42d46
authored
Aug 15, 2019
by
Oli Schacher
Browse files
Merge branch 'ci' into 'master'
auto build pdf See merge request
!1
parents
7733288f
02cc41d4
Pipeline
#3810
failed with stage
in 8 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
51f42d46
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