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

WIP: pipeline

parent c77e67c4
Branches
Tags
No related merge requests found
Pipeline #8051 failed
......@@ -5,8 +5,6 @@ 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
......
......@@ -26,10 +26,17 @@ variables:
image: $CI_REGISTRY_IMAGE
stages:
- testgo
- setup
- test
- deploy
testgo:
tags: [ docker ]
stage: testgo
script:
- go install github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc@v1.4.1
# Build a docker image in which tests for this repository can run
build-testenv:
tags: [ cached-dind ]
......@@ -69,6 +76,7 @@ pages:
#only:
#- web
script:
- go install github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc@v1.4.1
- mkdir -p build
- cd build
- cmake ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment