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

WIP: pipeline

parent 7e62bed9
No related branches found
No related tags found
No related merge requests found
Pipeline #8047 failed
......@@ -3,8 +3,11 @@ FROM debian:latest
RUN echo "deb http://deb.debian.org/debian buster-backports main" > /etc/apt/sources.list.d/buster-backports.list
RUN apt-get update
RUN apt-get install -y clang-format-11
RUN apt-get install -y golang-go
RUN apt-get install -y golang-1.15
RUN apt-get install -y curl
RUN apt-get install -y cmake
RUN apt-get install -y python3-pip
RUN apt-get install -y protobuf-compiler
# buf
RUN BIN="/usr/local/bin" && \
......@@ -16,11 +19,8 @@ RUN BIN="/usr/local/bin" && \
chmod +x "${BIN}/${BINARY_NAME}"
RUN apt-get install -y cmake
RUN apt-get install -y python3-pip
COPY doc/requirements.txt requirements.txt
RUN pip3 install -r requirements.txt
RUN apt-get install -y protobuf-compiler
RUN go get github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc
RUN GO111MODULE=on 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