Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Martin Vítek
cv
Commits
54597d7d
Commit
54597d7d
authored
Apr 02, 2020
by
Martin Vítek
Browse files
Add build of CZ and EN version
parent
c65eac71
Pipeline
#1070
passed with stage
in 16 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
54597d7d
...
...
@@ -5,12 +5,21 @@ before_script:
stages
:
-
makepdf
makepdf
:
makepdf
_cz
:
stage
:
makepdf
script
:
-
xelatex Martin_Vitek_CV.tex
-
cp Martin_Vitek_CV.tex Martin_Vitek_CV_CZ.tex
-
xelatex Martin_Vitek_CV_CZ.tex
makepdf_en
:
stage
:
makepdf
script
:
-
cp Martin_Vitek_CV.tex Martin_Vitek_CV_EN.tex
-
sed -i "s/\[czech\]/\[english\]/" Martin_Vitek_CV_EN.tex
-
sed -i "s/cztrue/entrue/" Martin_Vitek_CV_EN.tex
-
xelatex Martin_Vitek_CV_EN.tex
artifacts
:
paths
:
-
Martin_Vitek_CV.pdf
-
Martin_Vitek_CV
_CZ
.pdf
-
Martin_Vitek_CV_EN.pdf
Write
Preview
Supports
Markdown
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