Skip to content
Snippets Groups Projects
Verified Commit c77e67c4 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: pipeline

parent 49f0758d
No related branches found
No related tags found
No related merge requests found
Pipeline #8050 failed
......@@ -4,6 +4,9 @@ RUN echo "deb http://deb.debian.org/debian buster-backports main" > /etc/apt/sou
RUN apt-get update
RUN apt-get install -y clang-format-11
RUN apt-get install -y golang-1.15
RUN /usr/lib/go-1.5/bin/go install github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc@v1.4.1
RUN apt-get install -y curl
RUN apt-get install -y cmake
RUN apt-get install -y python3-pip
......@@ -23,4 +26,3 @@ RUN BIN="/usr/local/bin" && \
COPY doc/requirements.txt requirements.txt
RUN pip3 install -r requirements.txt
RUN PATH=$PATH:/usr/lib/go-1.5/bin go install github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc@v1.4.1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment