Skip to content
Snippets Groups Projects
Commit 65250397 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Add CI

parent d5d65cd5
No related branches found
No related tags found
No related merge requests found
image: debian:buster
stages:
- test
main:
stage: test
script:
- apt update
- apt install -y python3-pip
- pip3 install poetry
- poetry install
- poetry run mkdocs build -d dist
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment