Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
a01c9abf
Commit
a01c9abf
authored
Nov 23, 2017
by
Simon Spannagel
Browse files
CI: automatically build manual
parent
ff4956b6
Pipeline
#246273
failed with stages
in 3 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a01c9abf
stages
:
-
compile
-
format
-
documentation
#######################
# Compilation targets #
...
...
@@ -141,3 +142,28 @@ fmt:centos7-llvm-format:
-
source .gitlab-ci.d/init_x86_64.sh
-
cd build/
-
ninja check-format
#############################
# Documentation Compilation #
#############################
# Compile LaTeX user manual:
cmp:usermanual:
stage
:
documentation
tags
:
-
docker
image
:
gitlab-registry.cern.ch/clicdp/publications/templates/custom_ci_worker:fedora-latex-latest
dependencies
:
[]
script
:
-
mkdir -p public/usermanual
-
mkdir build
-
cd build
-
cmake -DBUILD_DOCS_ONLY=ON ..
-
make pdf
-
mv usermanual/corryvreckan-manual.pdf ../public/usermanual
artifacts
:
paths
:
-
public
expire_in
:
3 hour
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