Update gitlab-ci.yml
This commit is contained in:
parent
2be780d834
commit
41d5812bd7
@ -1,5 +1,6 @@
|
||||
before_script:
|
||||
- pipenv install -d
|
||||
- pipenv install --sequential -d
|
||||
# --sequential hält die last auf raspberry pi unten
|
||||
style:
|
||||
stage: test
|
||||
script:
|
||||
@ -9,3 +10,8 @@ complexity:
|
||||
script:
|
||||
- pipenv run radon cc .
|
||||
- pipenv run xenon -bB -mA -aA .
|
||||
doc:
|
||||
stage: deploy
|
||||
script:
|
||||
- cd doc
|
||||
- pipenv run make html
|
||||
|
Loading…
Reference in New Issue
Block a user