Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
External Relations
Document Templates
mubeamer
Commits
948e7988
Unverified
Commit
948e7988
authored
Jul 19, 2021
by
Vít Novotný
Browse files
Add continuous integration
parent
382aedad
Pipeline
#96933
failed with stage
in 30 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
948e7988
image
:
texlive/texlive
stages
:
-
build
Typeset documentation
:
stage
:
build
tags
:
-
shared-fi
before_script
:
-
xetex mubeamer.ins
script
:
-
latexmk mubeamer.dtx
artifacts
:
paths
:
-
mubeamer.pdf
expire_in
:
1 week
Typeset example documents
:
stage
:
build
tags
:
-
shared-fi
before_script
:
-
xetex mubeamer.ins
-
mkdir -p ~/texmf/tex/latex/mubeamer/
-
cp -r beamerthemeMU.sty logo/ label/ patch/ ~/texmf/tex/latex/mubeamer/
-
cd example
-
xetex example.ins
script
:
-
ls *.tex | grep -v '-xetex-luatex\.tex$' | xargs latexmk -pdflatex
-
ls *.tex | grep '-xetex-luatex\.tex$' | xargs latexmk -lualatex
artifacts
:
paths
:
-
example/*.pdf
expire_in
:
1 week
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