Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
radler
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Insights
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
ResearchAndDevelopment
radler
Commits
9ab83eaa
Commit
9ab83eaa
authored
2 years ago
by
Maik Nijhuis
Browse files
Options
Downloads
Patches
Plain Diff
Use gcovr from ubuntu package
parent
933d840f
No related branches found
No related tags found
1 merge request
!5
Only include Radler in gcovr output
Pipeline
#28690
passed
2 years ago
Stage: versioning
Stage: prepare
Stage: linting
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/ubuntu_22_04_base
+2
-2
2 additions, 2 deletions
docker/ubuntu_22_04_base
with
2 additions
and
2 deletions
docker/ubuntu_22_04_base
+
2
−
2
View file @
9ab83eaa
...
@@ -9,8 +9,8 @@ RUN export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get upgrade -
...
@@ -9,8 +9,8 @@ RUN export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get upgrade -
wget git make cmake g++ doxygen \
wget git make cmake g++ doxygen \
# install dependencies
# install dependencies
libboost-all-dev libhdf5-dev libpython3-dev python3-pip \
libboost-all-dev libhdf5-dev libpython3-dev python3-pip \
casacore-dev casacore-tools clang-format-12 \
casacore-dev casacore-tools clang-format-12
gcovr
\
# The formatter needs a binary named 'clang-format', not 'clang-format-12'.
# The formatter needs a binary named 'clang-format', not 'clang-format-12'.
# Same for clang-tidy-12.
# Same for clang-tidy-12.
&& ln -sf clang-format-12 /usr/bin/clang-format \
&& ln -sf clang-format-12 /usr/bin/clang-format \
&& python3 -m pip install gcovr==5.0 cmake-format
&& python3 -m pip install cmake-format
\ No newline at end of file
\ No newline at end of file
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