Skip to content
Snippets Groups Projects

Debug build

Merged Daniel Hornung requested to merge f-debug-build into f-release-0.1
All threads resolved!
Compare and
23 files
+ 242
194
Compare changes
  • Side-by-side
  • Inline
Files
23
+ 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