Skip to content
Snippets Groups Projects

Debug build

Merged Daniel Hornung requested to merge f-debug-build into f-release-0.1
Compare and
21 files
+ 257
220
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
2
FROM debian:buster-backports
FROM debian:bullseye
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 doxygen graphviz
RUN apt-get install -y clang-format-11 clang-tidy-11
Loading