Update gitlab-ci.yml

This commit is contained in:
Alexander Werner 2018-11-04 15:20:55 +01:00
parent 2be780d834
commit 41d5812bd7

View File

@ -1,5 +1,6 @@
before_script: before_script:
- pipenv install -d - pipenv install --sequential -d
# --sequential hält die last auf raspberry pi unten
style: style:
stage: test stage: test
script: script:
@ -9,3 +10,8 @@ complexity:
script: script:
- pipenv run radon cc . - pipenv run radon cc .
- pipenv run xenon -bB -mA -aA . - pipenv run xenon -bB -mA -aA .
doc:
stage: deploy
script:
- cd doc
- pipenv run make html