Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Dominik Becker
LaTex Boilerplate
Commits
f0d1398a
Commit
f0d1398a
authored
May 24, 2020
by
Dominik Becker
Browse files
#41
fixed issue with line indendation
parent
6480f11c
Pipeline
#149086958
passed with stages
in 3 minutes
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
20 deletions
+22
-20
.gitlab-ci.yml
.gitlab-ci.yml
+22
-20
latex.gitlab-ci.yml
latex.gitlab-ci.yml
+0
-0
No files found.
.gitlab-ci.yml
View file @
f0d1398a
stages
:
-
test
-
build
pandoc_latexmk
:
image
:
fastexitlane/pandoc-latex:latest
stage
:
build
...
...
@@ -14,23 +15,24 @@ pandoc_latexmk:
-
latexmk main.tex
-
ci_commit_sha_short=`git rev-parse --short $CI_COMMIT_SHA`
-
mv main.pdf main@$ci_commit_sha_short.pdf
hunspell_chapters
:
image
:
fastexitlane/hunspell:latest
stage
:
test
script
:
-
export HUNSPELL_FINDINGS=`for filename in chapter/*.md; do hunspell -l -d de_DE_neu_frami,en_US -p ./.hunspellignore $filename; done | sort | uniq`
-
echo $HUNSPELL_FINDINGS
-
test "$HUNSPELL_FINDINGS" == ""
allow_failure
:
true
hunspell_appendix
:
image
:
fastexitlane/hunspell:latest
stage
:
test
script
:
-
export HUNSPELL_FINDINGS=`for filename in appendix/*.tex; do hunspell -l -d de_DE_neu_frami,en_US -p ./.hunspellignore -t $filename; done | sort | uniq`
-
echo $HUNSPELL_FINDINGS
-
test "$HUNSPELL_FINDINGS" == ""
allow_failure
:
true
hunspell_chapters
:
image
:
fastexitlane/hunspell:latest
stage
:
test
script
:
-
export HUNSPELL_FINDINGS=`for filename in chapter/*.md; do hunspell -l -d de_DE_neu_frami,en_US -p ./.hunspellignore $filename; done | sort | uniq`
-
echo $HUNSPELL_FINDINGS
-
test "$HUNSPELL_FINDINGS" == ""
allow_failure
:
true
hunspell_appendix
:
image
:
fastexitlane/hunspell:latest
stage
:
test
script
:
-
export HUNSPELL_FINDINGS=`for filename in appendix/*.tex; do hunspell -l -d de_DE_neu_frami,en_US -p ./.hunspellignore -t $filename; done | sort | uniq`
-
echo $HUNSPELL_FINDINGS
-
test "$HUNSPELL_FINDINGS" == ""
allow_failure
:
true
\ No newline at end of file
latex.
.
gitlab-ci.yml
→
latex.gitlab-ci.yml
View file @
f0d1398a
File moved
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