Project-bestanden TI: Climate Measuring Box (CMB)

This commit is contained in:
Mats Otten
2023-09-05 13:27:24 +02:00
commit abc686db5c
9 changed files with 121 additions and 0 deletions

21
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,21 @@
image: python:3.9-slim
before_script:
- time apt update
- time pip install -r requirements.txt
- time cd mdocotion && python setup.py install && cd ..
pages:
stage: deploy
tags:
- hva
script:
- time mkdocs build --site-dir public
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
variables:
GIT_SUBMODULE_STRATEGY: recursive