Skip to content
Snippets Groups Projects
Commit 9962906c authored by florian's avatar florian
Browse files

DRAFT: Pipeline

parent b01be59b
No related branches found
No related tags found
1 merge request!3TST: Add CI infrastructure for integration testing
Checking pipeline status
...@@ -6,6 +6,9 @@ RUN apt-get install -y cmake/buster-backports ...@@ -6,6 +6,9 @@ RUN apt-get install -y cmake/buster-backports
RUN apt-get install -y git RUN apt-get install -y git
RUN apt-get install -y python3-pip RUN apt-get install -y python3-pip
RUN apt-get install -y curl RUN apt-get install -y curl
# Dirty workaround for java not linking to the correct manpage directory (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863199)
RUN mkdir -p /usr/share/man/man1
RUN apt-get install -y openjdk-11-jdk-headless RUN apt-get install -y openjdk-11-jdk-headless
RUN pip3 install conan RUN pip3 install conan
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment