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 ...@@ -5,8 +5,6 @@ RUN apt-get update
RUN apt-get install -y clang-format-11 RUN apt-get install -y clang-format-11
RUN apt-get install -y golang-1.15 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 curl
RUN apt-get install -y cmake RUN apt-get install -y cmake
RUN apt-get install -y python3-pip RUN apt-get install -y python3-pip
......
...@@ -26,10 +26,17 @@ variables: ...@@ -26,10 +26,17 @@ variables:
image: $CI_REGISTRY_IMAGE image: $CI_REGISTRY_IMAGE
stages: stages:
- testgo
- setup - setup
- test - test
- deploy - 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 a docker image in which tests for this repository can run
build-testenv: build-testenv:
tags: [ cached-dind ] tags: [ cached-dind ]
...@@ -69,6 +76,7 @@ pages: ...@@ -69,6 +76,7 @@ pages:
#only: #only:
#- web #- web
script: script:
- go install github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc@v1.4.1
- mkdir -p build - mkdir -p build
- cd build - cd build
- cmake .. - cmake ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment