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

enable docs

parent bf93df73
No related branches found
No related tags found
No related merge requests found
Pipeline #8042 failed
...@@ -16,4 +16,8 @@ RUN BIN="/usr/local/bin" && \ ...@@ -16,4 +16,8 @@ RUN BIN="/usr/local/bin" && \
chmod +x "${BIN}/${BINARY_NAME}" 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
...@@ -66,8 +66,8 @@ linting: ...@@ -66,8 +66,8 @@ linting:
pages: pages:
tags: [ docker ] tags: [ docker ]
stage: deploy stage: deploy
only: #only:
- web #- web
script: script:
- mkdir -p build - mkdir -p build
- cd build - cd build
......
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