Skip to content
Snippets Groups Projects

Release 0.1

Merged Timm Fitschen requested to merge dev into main
45 files
+ 554
510
Compare changes
  • Side-by-side
  • Inline
Files
45
+ 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