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
i4
TeX Vorlagen
neo Demo
Commits
c046f24f
Commit
c046f24f
authored
Apr 17, 2019
by
Bernhard Heinloth
Browse files
ci should use master head from theme
parent
ff57c0ca
Pipeline
#26163
failed with stage
in 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c046f24f
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
before_script
:
-
git submodule sync --recursive
-
git submodule update --init --recursive --remote
compile_pdf
:
image
:
tianon/latex
script
:
-
make
all
-
make
demo
artifacts
:
paths
:
-
demo.pdf
...
...
README.md
View file @
c046f24f
...
...
@@ -10,6 +10,12 @@ Make sure to checkout the submodule as well, for example by using
git clone --recursive https://gitlab.cs.fau.de/i4/tex/i4neo-demo.git
or -- for having the latest theme features -- by using
git clone https://gitlab.cs.fau.de/i4/tex/i4neo-demo.git
cd i4neo-demo
git submodule update --init --recursive --remote
To build the demo, make sure you have a TeX distribution (like
*TeX Live*
)
installed and simply run
...
...
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