Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dhtnet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
dhtnet
Commits
e853f505
Unverified
Commit
e853f505
authored
1 year ago
by
Sébastien Blin
Browse files
Options
Downloads
Patches
Plain Diff
tests: filter out external projects
GitLab:
#3
Change-Id: I94bea5fd9cec166d92ad8323d2888355ae106cc7
parent
55be5dab
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+3
-3
3 additions, 3 deletions
Dockerfile
extras/ci/tests/Jenkinsfile
+1
-1
1 addition, 1 deletion
extras/ci/tests/Jenkinsfile
with
4 additions
and
4 deletions
Dockerfile
+
3
−
3
View file @
e853f505
...
...
@@ -36,6 +36,6 @@ RUN cd build_dev \
# Generate HTML report
RUN
cd
build_dev/CMakeFiles/dhtnet.dir
\
&&
lcov
--capture
--directory
.
--output-file
coverage.info
\
&&
mkdir
/result
\
&&
genhtml coverage.info
--output-directory
/result
\ No newline at end of file
&&
lcov
--capture
--no-external
--directory
/dhtnet
--output-file
coverage.info
\
&&
mkdir
/coverage
\
&&
genhtml coverage.info
--output-directory
/coverage
\ No newline at end of file
This diff is collapsed.
Click to expand it.
extras/ci/tests/Jenkinsfile
+
1
−
1
View file @
e853f505
...
...
@@ -46,7 +46,7 @@ pipeline {
id=\$(docker create dhtnet:${env.BUILD_ID})
docker cp \$id:/result.summary result.summary
cat result.summary
docker cp \$id:/
result
coverage
docker cp \$id:/
coverage
coverage
docker rm -v \$id
"""
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment