Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-cpplib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-cpplib
Commits
636651b4
Verified
Commit
636651b4
authored
3 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
Update docker base image
parent
5bc7d1aa
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!33
Release 0.1
,
!30
Debug build
Pipeline
#15729
passed
3 years ago
Stage: info
Stage: setup
Stage: test
Stage: deploy
Pipeline: caosdb-cppinttest
#15730
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.docker/Dockerfile
+2
-2
2 additions, 2 deletions
.docker/Dockerfile
test/CMakeLists.txt
+3
-0
3 additions, 0 deletions
test/CMakeLists.txt
with
5 additions
and
2 deletions
.docker/Dockerfile
+
2
−
2
View file @
636651b4
FROM
debian:bu
ster-backports
FROM
debian:bu
llseye
RUN
apt-get update
RUN
apt-get update
RUN
apt-get
install
-y
cmake
/buster-backports
RUN
apt-get
install
-y
cmake
RUN
apt-get
install
-y
lcov
RUN
apt-get
install
-y
lcov
RUN
apt-get
install
-y
doxygen
RUN
apt-get
install
-y
doxygen
RUN
apt-get
install
-y
clang-format-11 clang-tidy-11
RUN
apt-get
install
-y
clang-format-11 clang-tidy-11
...
...
This diff is collapsed.
Click to expand it.
test/CMakeLists.txt
+
3
−
0
View file @
636651b4
...
@@ -112,5 +112,8 @@ if (LCOV_PATH)
...
@@ -112,5 +112,8 @@ if (LCOV_PATH)
else
()
else
()
if
(
NOT SKIP_CODE_COVERAGE
)
if
(
NOT SKIP_CODE_COVERAGE
)
message
(
WARNING
"Could not generate code coverage report. Please install lcov."
)
message
(
WARNING
"Could not generate code coverage report. Please install lcov."
)
add_custom_target
(
unit_test_coverage ctest -L caosdb-cpplib-unit-tests
DEPENDS caosdb ccaosdb
${
test_cases
}
)
endif
()
endif
()
endif
()
endif
()
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