Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Čermák Petr
Prm1
Commits
7791fc4c
Commit
7791fc4c
authored
Oct 12, 2020
by
cermak
Browse files
Improved CI for all folders
parent
89c877bf
Pipeline
#14007
passed with stage
in 3 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7791fc4c
...
...
@@ -6,9 +6,13 @@ image: raabf/latex-versions:texlive2019
build
:
script
:
-
cd 01-uvod
-
latexmk -shell-escape -pdf 01-uvod.tex
-
mv 01-uvod.pdf ../.
-
>
for dir in $(ls -d */ | sed 's#/##'); do
cd $dir
latexmk -shell-escape -pdf $dir.tex
mv $dir.pdf ../.
cd ..
done
artifacts
:
paths
:
-
"
*.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