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
vecs
FIJI Public
Commits
dc77c35c
Commit
dc77c35c
authored
Jul 14, 2017
by
Stefan Tauner
Browse files
Add gitlab builder configuration to auto-build UG and TRM
parent
5f0b34da
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
dc77c35c
*.log
*.bak
*~
builds/
**/docs/doxygen/*
# Vivado
...
...
.gitlab-ci.yml
0 → 100644
View file @
dc77c35c
variables
:
# We just need to check the current and last commit ATM
GIT_DEPTH
:
"
2"
stages
:
-
build-latex
build-latex
:
stage
:
build-latex
tags
:
-
latex
# FIXME: do it sanely when this is resolved: https://gitlab.com/gitlab-org/gitlab-ce/issues/19232
script
:
-
'
{
git
diff
--quiet
--exit-code
HEAD^
--
docs/technical_reference_manual/
docs/tex_common/
docs/user_guide
&&
printf
"No
relevant
changes
in
docs/.\n"
&&
exit
1;
}
||
make
-C
docs/
ug
trm'
allow_failure
:
true
artifacts
:
paths
:
-
docs/fiji_trm.pdf
-
docs/fiji_user_guide.pdf
when
:
on_success
docs/tex_common/header.tex
View file @
dc77c35c
% For longer reports use: (starts with chapter) %
% \documentclass[a4paper,bibtotoc,oneside,parskip=half]{scrbook}
% For short reports use: (starts with section) %
\documentclass
[a4paper,bibliography=totoc,oneside,parskip=half]
{
scrartcl
}
\usepackage
{
xr-hyper
}
% cross-document references, cf. http://www.tex.ac.uk/FAQ-extref.html
...
...
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