Skip to content

Commit

Permalink
feat: Add coverxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ulrich committed Feb 8, 2024
1 parent 6e9bc1b commit 6016bf1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ RUN apk add --no-cache --update \
curl \
unzip

RUN python3 -m venv /venv \
&& source /venv/bin/activate \
&& pip3 install "coverxygen==1.8.1"

ENV PATH=/venv/bin:$PATH \
VIRTUAL_ENV=/venv

RUN qbs setup-toolchains --detect && qbs setup-qt /usr/bin/qmake6 qt-6 && qbs config defaultProfile qt-6

COPY sonar-scanner /opt/sonar-scanner/
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Dockerfile: Alpine Qt 6.6
# Dockerfile: Alpine Qt 6.6

Dockerfile for creating images for building and automated testing of Qt 6 applications.

Expand All @@ -19,8 +19,9 @@ Image configuration:
- CMake 3.27.8
- Qbs 2.1.2 (default profile: qt-6)
- Doxygen 1.9.8
- coverxygen 1.8.1
- gcovr 6.0
- Tags files for Qt 6.6.1 (to link in Doxygen documentation)
- Tags files for Qt 6.6 (to link in Doxygen documentation)
- OpenJDK 17 JRE
- SonarQube Scanner 5.0.1.3006 (located at `/opt/sonar-scanner`)

Expand Down

0 comments on commit 6016bf1

Please sign in to comment.