Skip to content
Snippets Groups Projects

Add vcpkg support

Merged Joscha Schmiedt requested to merge f-test-vcpkg into dev
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -7,7 +7,8 @@ RUN apt-get install -y doxygen graphviz
@@ -7,7 +7,8 @@ RUN apt-get install -y doxygen graphviz
RUN apt-get install -y clang-format-11 clang-tidy-11
RUN apt-get install -y clang-format-11 clang-tidy-11
RUN apt-get install -y python3-pip
RUN apt-get install -y python3-pip
RUN apt-get install -y git
RUN apt-get install -y git
RUN apt-get install -y curl
RUN apt-get install -y curl zip unzip tar
 
RUN apt-get install -y openjdk-11-jdk-headless
RUN apt-get install -y openjdk-11-jdk-headless
Loading