Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GILLES Sebastien
MoReFEM
Commits
1eb258bc
Commit
1eb258bc
authored
Sep 04, 2019
by
GILLES Sebastien
Browse files
#1484 Add basic and advanced Doxygen generation in CI.
parent
78780d16
Pipeline
#92097
canceled with stages
in 2 minutes and 18 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
ExternalTools/Gitlab-CI/common.yml
View file @
1eb258bc
...
...
@@ -123,12 +123,37 @@ variables:
allow_failure
:
true
basic_doxygen
:
<<
:
*run_doxygen_template
variables
:
DOX
:
"
basic_dev_guide.dox"
DOXYGEN_OUTPUT_FILE
:
"
basic.log"
advanced_doxygen
:
<<
:
*run_doxygen_template
variables
:
DOX
:
"
advanced_dev_guide.dox"
DOXYGEN_OUTPUT_FILE
:
"
advanced.log"
complete_doxygen
:
<<
:
*run_doxygen_template
variables
:
DOX
:
"
complete_dev_guide.dox"
DOXYGEN_OUTPUT_FILE
:
"
complete.log"
check_warning_basic_doxygen
:
<<
:
*check_doxygen_warning_template
dependencies
:
-
basic_doxygen
variables
:
DOXYGEN_OUTPUT_FILE
:
"
basic.log"
check_warning_advanced_doxygen
:
<<
:
*check_doxygen_warning_template
dependencies
:
-
advanced_doxygen
variables
:
DOXYGEN_OUTPUT_FILE
:
"
advanced.log"
check_warning_complete_doxygen
:
<<
:
*check_doxygen_warning_template
...
...
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