Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ITBH
Veranstaltungsskript INF SoSe 2017
Commits
fcbaa70a
Commit
fcbaa70a
authored
May 19, 2017
by
Axel Dürkop
Browse files
List all extensions from pandoc
parent
5a422a8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
.gitlab-ci.yml
.gitlab-ci.yml
+2
-1
No files found.
.gitlab-ci.yml
View file @
fcbaa70a
...
...
@@ -15,7 +15,8 @@ build_pandoc:
script
:
-
pwd
-
sudo docker run --rm -v $(pwd):/source docker.rz.tu-harburg.de:5000/docker/pandoc4gitbook
-
mkdir -p book_pdf; sudo docker run --rm -v $(pwd):/source docker.rz.tu-harburg.de:5000/docker/pandoc .pandoc-config.yml book.md -o book_pdf/pandocbook.pdf --template=gitbook.latex --latex-engine=xelatex -H preamble.tex -f markdown+autolink_bare_uris
-
sudo docker run --rm -v $(pwd):/source docker.rz.tu-harburg.de:5000/docker/pandoc --list-extensions
-
mkdir -p book_pdf; sudo docker run --rm -v $(pwd):/source docker.rz.tu-harburg.de:5000/docker/pandoc .pandoc-config.yml book.md -o book_pdf/pandocbook.pdf --template=gitbook.latex --latex-engine=xelatex -H preamble.tex
-
sudo chown -R gitlab-runner:gitlab-runner $HOME
artifacts
:
...
...
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