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
4113a094
Commit
4113a094
authored
Sep 26, 2018
by
Simon Spannagel
Browse files
CI Add Doxygen as dependency
parent
806295ee
Pipeline
#522522
passed with stages
in 5 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.d/init_x86_64.sh
View file @
4113a094
...
...
@@ -88,6 +88,13 @@ export CMAKE_PREFIX_PATH="$ROOTSYS:$CMAKE_PREFIX_PATH"
export
Ninja_HOME
=
${
CLICREPO
}
/software/Ninja/1.7.2/
${
BUILD_FLAVOUR
}
export
PATH
=
"
$Ninja_HOME
:
$PATH
"
#--------------------------------------------------------------------------------
# Doxygen
#--------------------------------------------------------------------------------
export
Doxygen_HOME
=
${
SFTREPO
}
/lcg/releases/doxygen/1.8.11-ae1d3/
${
BUILD_FLAVOUR
}
/bin/
export
PATH
=
"
$Doxygen_HOME
:
$PATH
"
#--------------------------------------------------------------------------------
# Git
#--------------------------------------------------------------------------------
...
...
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