Skip to content
Snippets Groups Projects
Commit 47f2e3de authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

PIPELINE: Update clang-format to clang-format-16

parent 1ec62b5e
Branches
Tags
2 merge requests!61Release 0.3.0,!57Fix deprecations + updates
Pipeline #55336 failed
...@@ -4,7 +4,7 @@ RUN apt-get update ...@@ -4,7 +4,7 @@ RUN apt-get update
RUN apt-get install -y cmake RUN apt-get install -y cmake
RUN apt-get install -y lcov RUN apt-get install -y lcov
RUN apt-get install -y doxygen graphviz RUN apt-get install -y doxygen graphviz
RUN apt-get install -y clang-format clang-tidy RUN apt-get install -y clang-format-16 clang-tidy
RUN apt-get install -y python3-pip python3-venv RUN apt-get install -y python3-pip python3-venv
RUN apt-get install -y git RUN apt-get install -y git
RUN apt-get install -y curl zip unzip tar RUN apt-get install -y curl zip unzip tar
...@@ -28,5 +28,5 @@ RUN git rev-parse HEAD > libcaosdb_commit ...@@ -28,5 +28,5 @@ RUN git rev-parse HEAD > libcaosdb_commit
RUN rm -rf .git RUN rm -rf .git
# build dependencies # build dependencies
RUN /venv/bin/conan install /libcaosdb --build=missing -s build_type=Debug #RUN /venv/bin/conan install /libcaosdb --build=missing -s build_type=Debug
RUN /venv/bin/conan install /libcaosdb --build=missing -s build_type=Release #RUN /venv/bin/conan install /libcaosdb --build=missing -s build_type=Release
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
# This Makefile is a wrapper for several other scripts. # This Makefile is a wrapper for several other scripts.
CLANG_FORMAT ?= clang-format CLANG_FORMAT ?= clang-format-16
CONAN_SETTINGS = "compiler.libcxx=libstdc++11" CONAN_SETTINGS = "compiler.libcxx=libstdc++11"
# OS specific handling, with code by Ken Jackson and oHo, # OS specific handling, with code by Ken Jackson and oHo,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment