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
afa05f91
Commit
afa05f91
authored
Feb 27, 2019
by
GILLES Sebastien
Browse files
#1360 Yaml: add graphviz on alpine/Doxygen Docker. Also add allow_failure.
parent
81cc8fc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
ExternalTools/Gitlab-CI/.gitlab-ci.yml
View file @
afa05f91
...
...
@@ -124,7 +124,7 @@ run_doxygen:
stage
:
stage1
image
:
alpine:latest
before_script
:
-
apk add --update doxygen && rm -rf /var/cache/apk/*
-
apk add --update doxygen
graphviz
&& rm -rf /var/cache/apk/*
artifacts
:
name
:
"
doxygen"
expire_in
:
2 hours
...
...
@@ -142,6 +142,7 @@ analyze_doxygen:
script
:
-
cd Documentation/Doxygen
-
wc -l complete.log && grep -v "return type of" complete.log > filtered.txt && wc -l filtered.txt
# Obvioulsy to be refined...
allow_failure
:
true
...
...
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