Skip to content

Commit

Permalink
workers: add clang-format for testing
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Müller <[email protected]>
  • Loading branch information
marcusmueller committed Oct 15, 2024
1 parent 6cbfb38 commit b0134b7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/ci-debian-12-3.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ RUN DEBIAN_FRONTEND=noninteractive \
xvfb \
lcov \
python3-scipy \
clang-format \
--no-install-recommends \
&& apt-get clean \
&& apt-get autoclean
1 change: 1 addition & 0 deletions ci/ci-debian-i386-11-3.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN DEBIAN_FRONTEND=noninteractive \
apt-get install -qy \
lcov \
xvfb \
clang-format \
--no-install-recommends \
&& apt-get clean \
&& apt-get autoclean
Expand Down
1 change: 1 addition & 0 deletions ci/ci-fedora-39-3.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN dnf install --refresh -y \
gcc \
gcc-c++ \
clang \
clang-tools-extra \
xz \
# CPP deps
asio-devel \
Expand Down
1 change: 1 addition & 0 deletions ci/ci-fedora-40-3.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN dnf install --refresh -y \
gcc \
gcc-c++ \
clang \
clang-tools-extra \
xz \
# CPP deps
asio-devel \
Expand Down
1 change: 1 addition & 0 deletions ci/ci-ubuntu-20.04-3.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ RUN DEBIAN_FRONTEND=noninteractive \
xvfb \
lcov \
python3-scipy \
clang-format \
--no-install-recommends \
&& apt-get clean

Expand Down
1 change: 1 addition & 0 deletions ci/ci-ubuntu-22.04-3.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ RUN DEBIAN_FRONTEND=noninteractive \
xvfb \
lcov \
python3-scipy \
clang-format \
--no-install-recommends \
&& apt-get clean

Expand Down
1 change: 1 addition & 0 deletions ci/ci-ubuntu-24.04-3.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN DEBIAN_FRONTEND=noninteractive \
appstream-util \
ca-certificates \
ccache \
clang-format \
cmake \
git \
lcov \
Expand Down

0 comments on commit b0134b7

Please sign in to comment.